Skip to content

Commit 31978b2

Browse files
committed
chore: update node version in publish.yaml
1 parent 440640d commit 31978b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Setup .npmrc file to publish to npm
1717
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
1818
with:
19-
node-version: '16.x'
19+
node-version: ' 22.x'
2020
registry-url: 'https://registry.npmjs.org'
2121
- run: npm ci
2222
- run: npm run test

0 commit comments

Comments
 (0)