Skip to content

Commit c1879bb

Browse files
Update actions/setup-node action to v6
1 parent f0dc9fe commit c1879bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11-
- uses: actions/setup-node@v3
11+
- uses: actions/setup-node@v6
1212
with:
1313
node-version: '16.x'
1414
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)