Skip to content

Commit 21e4c0f

Browse files
committed
chore: bumpy node
1 parent 5b248b4 commit 21e4c0f

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: '16.x'
29+
node-version: '20.x'
3030
registry-url: 'https://registry.npmjs.org'
3131
- name: Force NPM clean
3232
run: npm cache clean --force

0 commit comments

Comments
 (0)