Skip to content

Commit

Permalink
fix: cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtiti authored Apr 7, 2024
1 parent fdad6fe commit a9154d6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with:
version: 8.15

- name: Set up Node.js
uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '21.4'
cache: 'pnpm'
Expand Down

0 comments on commit a9154d6

Please sign in to comment.