There was an error while loading. Please reload this page.
1 parent fa850f5 commit 336e15fCopy full SHA for 336e15f
.github/workflows/npmpublish.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
- uses: actions/setup-node@v1
16
with:
17
- node-version: 12
+ node-version: 18
18
- run: npm ci
19
- run: npm test
20
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
registry-url: https://registry.npmjs.org
30
31
@@ -34,7 +34,7 @@ jobs:
34
run: npm run build
35
36
- name: Publish to NPMJS
37
- run: npm publish --access public
+ run: npm publish --access public
38
env:
39
NODE_AUTH_TOKEN: ${{secrets.NPM_PUB_TOKEN}}
40
0 commit comments