Skip to content

Commit

Permalink
Update setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
seia-soto committed Jul 19, 2024
1 parent 9e27b4c commit f8e705a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@ jobs:
run: corepack enable

- name: Use node ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: yarn
node-version: ${{ matrix.node }}
registry-url: https://registry.npmjs.org

- name: Install dependencies
run: yarn install
run: yarn install --immutable

- run: pwd
- run: tree . -L 2
- run: yarn --version

- name: Build
run: yarn build
Expand Down

0 comments on commit f8e705a

Please sign in to comment.