Skip to content

Commit 8cc1f2b

Browse files
committed
ci: bump node again
1 parent bb58106 commit 8cc1f2b

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
@@ -26,7 +26,7 @@ jobs:
2626
run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
2727
- uses: actions/setup-node@v2
2828
with:
29-
node-version: '20.x'
29+
node-version: '22.x'
3030
registry-url: 'https://registry.npmjs.org'
3131
- name: Force NPM clean
3232
run: npm cache clean --force

0 commit comments

Comments
 (0)