Skip to content

Commit 7fd4020

Browse files
committed
ci: update runner node version
1 parent 277be72 commit 7fd4020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-npm.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
token: ${{ secrets.PAT }}
2020
- uses: actions/setup-node@v2
2121
with:
22-
node-version: 16.x
22+
node-version: 18.x
2323
registry-url: 'https://registry.npmjs.org'
2424
cache: npm
2525

0 commit comments

Comments
 (0)