We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 032d4c9 + 1a6d273 commit 60c4fafCopy full SHA for 60c4faf
1 file changed
.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 install
19
- run: npm run lint
20
- run: npm run cover
@@ -26,21 +26,20 @@ jobs:
26
27
28
29
30
registry-url: https://registry.npmjs.org/
31
32
- run: npm publish
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
35
-
36
# publish-gpr:
37
# needs: build
38
# runs-on: ubuntu-latest
39
# steps:
40
# - uses: actions/checkout@v2
41
# - uses: actions/setup-node@v1
42
# with:
43
-# node-version: 12
+# node-version: 18
44
# registry-url: https://npm.pkg.github.com/
45
# - run: npm ci
46
# - run: npm publish
0 commit comments