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 1533f64 commit 34716e2Copy full SHA for 34716e2
.github/workflows/npm_publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v3
17
- uses: actions/setup-node@v3
18
with:
19
- node-version: 16
+ node-version: 24
20
- run: npm ci
21
# - run: npm test
22
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
registry-url: https://registry.npmjs.org/
32
33
# - run: npm run build
0 commit comments