We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440640d commit 31978b2Copy full SHA for 31978b2
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
# Setup .npmrc file to publish to npm
17
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
18
with:
19
- node-version: '16.x'
+ node-version: ' 22.x'
20
registry-url: 'https://registry.npmjs.org'
21
- run: npm ci
22
- run: npm run test
0 commit comments