Skip to content

Commit bba2827

Browse files
Update actions/setup-node action to v6 (#9)
1 parent 6b4af23 commit bba2827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v5
4747

4848
- name: Setup Node.js
49-
uses: actions/setup-node@v5
49+
uses: actions/setup-node@v6
5050
with:
5151
node-version-file: '.nvmrc'
5252
cache: 'yarn'

0 commit comments

Comments
 (0)