Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4 (#60)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent db0e2c4 commit 34d0a5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- run: corepack enable

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: pnpm
Expand All @@ -43,7 +43,7 @@ jobs:

- run: corepack enable

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: pnpm
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

- run: corepack enable

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: pnpm
Expand Down

0 comments on commit 34d0a5e

Please sign in to comment.