Skip to content

Commit b7f6746

Browse files
chore(dependencies): update actions/setup-node action to v6
1 parent 4ba14cf commit b7f6746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Use Node.js
27-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@v6
2828
with:
2929
node-version: '16'
3030
cache: 'npm'

0 commit comments

Comments
 (0)