We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa71a56 commit d4c81eeCopy full SHA for d4c81ee
.github/workflows/npm-publish.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v3
16
- uses: actions/setup-node@v3
17
with:
18
- node-version: 16
+ node-version: 24
19
- run: npm ci
20
- run: npm test
21
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
registry-url: https://npm.pkg.github.com/
31
32
- run: npm run build
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
registry-url: https://registry.npmjs.org/
46
47
0 commit comments