Skip to content

Commit b6e70fd

Browse files
committed
Build: Update npm-publish workflow to Node 22.x #8340
1 parent 33aa9ae commit b6e70fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# Setup .npmrc file to publish to npm
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: '16.x'
13+
node-version: '22.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm publish
1616
env:

0 commit comments

Comments
 (0)