Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4 (#37)
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 Nov 6, 2023
1 parent 4de53f5 commit 1882ed4
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:
with:
version: 7.8.0
run_install: false
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
Expand All @@ -36,7 +36,7 @@ jobs:
with:
version: 7.8.0
run_install: false
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
Expand All @@ -63,7 +63,7 @@ jobs:
with:
version: 7.8.0
run_install: false
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
Expand Down

0 comments on commit 1882ed4

Please sign in to comment.