We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafc098 commit eca104aCopy full SHA for eca104a
.github/workflows/npm-publish.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
- uses: actions/setup-node@v3
21
with:
22
- node-version: 16
+ node-version: 24
23
- run: npm ci
24
- run: npm prepare
25
- run: npm test
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
registry-url: https://registry.npmjs.org/
36
37
- run: npm publish --tag next
0 commit comments