File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v2
1515 - uses : actions/setup-node@v1
1616 with :
17- node-version : 12
17+ node-version : 14
1818 - run : npm ci
1919 - run : npm test
2020
@@ -25,23 +25,23 @@ jobs:
2525 - uses : actions/checkout@v2
2626 - uses : actions/setup-node@v1
2727 with :
28- node-version : 12
28+ node-version : 14
2929 registry-url : https://registry.npmjs.org/
3030 - run : npm ci
3131 - run : npm publish
3232 env :
3333 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
3434
35- publish-gpr :
36- needs : build
37- runs-on : ubuntu-latest
38- steps :
39- - uses : actions/checkout@v2
40- - uses : actions/setup-node@v1
41- with :
42- node-version : 12
43- registry-url : https://npm.pkg.github.com/
44- - run : npm ci
45- - run : npm publish
46- env :
47- NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
35+ # publish-gpr:
36+ # needs: build
37+ # runs-on: ubuntu-latest
38+ # steps:
39+ # - uses: actions/checkout@v2
40+ # - uses: actions/setup-node@v1
41+ # with:
42+ # node-version: 14
43+ # registry-url: https://npm.pkg.github.com/
44+ # - run: npm ci
45+ # - run: npm publish
46+ # env:
47+ # NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments