File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
publish :
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@v2
28
+ - uses : actions/checkout@v3
29
29
- name : Setup .npmrc file to publish to npm
30
- uses : actions/setup-node@v2
30
+ uses : actions/setup-node@v3
31
31
with :
32
- node-version : ' 14 .x'
32
+ node-version : ' 16 .x'
33
33
registry-url : ' https://registry.npmjs.org'
34
34
- name : Install modules
35
35
run : npm install
40
40
env :
41
41
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
42
42
- name : Setup .npmrc file to publish to GitHub Packages
43
- uses : actions/setup-node@v1
43
+ uses : actions/setup-node@v3
44
44
with :
45
- node-version : ' 14 .x'
45
+ node-version : ' 16 .x'
46
46
registry-url : ' https://npm.pkg.github.com'
47
47
scope : ' @fasenderos'
48
48
- run : npm run addscope
You can’t perform that action at this time.
0 commit comments