File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v2
15
15
- uses : actions/setup-node@v1
16
16
with :
17
- node-version : 12
17
+ node-version : 18
18
18
- run : npm install
19
19
- run : npm run lint
20
20
- run : npm run cover
@@ -26,21 +26,20 @@ jobs:
26
26
- uses : actions/checkout@v2
27
27
- uses : actions/setup-node@v1
28
28
with :
29
- node-version : 12
29
+ node-version : 18
30
30
registry-url : https://registry.npmjs.org/
31
31
- run : npm install
32
32
- run : npm publish
33
33
env :
34
34
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
35
-
36
35
# publish-gpr:
37
36
# needs: build
38
37
# runs-on: ubuntu-latest
39
38
# steps:
40
39
# - uses: actions/checkout@v2
41
40
# - uses: actions/setup-node@v1
42
41
# with:
43
- # node-version: 12
42
+ # node-version: 18
44
43
# registry-url: https://npm.pkg.github.com/
45
44
# - run: npm ci
46
45
# - run: npm publish
You can’t perform that action at this time.
0 commit comments