Skip to content

Commit 7bdc6c9

Browse files
chore(deps): update actions/setup-node action to v5 (#91)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e375db6 commit 7bdc6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run_install: false
2828

2929
- name: Use Node.js
30-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@v5
3131
with:
3232
node-version-file: '.nvmrc'
3333
cache: 'pnpm'

0 commit comments

Comments
 (0)