We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd74e33 commit 56bf71eCopy full SHA for 56bf71e
1 file changed
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v2
12
- uses: actions/setup-node@v2
13
with:
14
- node-version: 14
+ node-version: 24
15
- run: npm ci
16
- run: npm run build
17
- run: npm test
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
registry-url: https://registry.npmjs.org/
27
28
- run: npm publish --access-public
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
registry-url: https://npm.pkg.github.com/
40
scope: '@webeleon'
41
0 commit comments