File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
19
19
- uses : actions/setup-node@v1.4.4
20
20
with :
21
- node-version : ' v12 .18.4 '
21
+ node-version : ' v14 .18.1 '
22
22
registry-url : ' https://registry.npmjs.org'
23
23
24
24
- name : Install Yarn
43
43
44
44
- uses : actions/setup-node@v1.4.4
45
45
with :
46
- node-version : ' v12 .18.4 '
46
+ node-version : ' v14 .18.1 '
47
47
registry-url : ' https://registry.npmjs.org'
48
48
49
49
- name : Install Yarn
83
83
84
84
- uses : actions/setup-node@v1.4.4
85
85
with :
86
- node-version : ' v12 .18.4 '
86
+ node-version : ' v14 .18.1 '
87
87
registry-url : ' https://registry.npmjs.org'
88
88
89
89
- name : Download artifact
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178
178
steps :
179
179
- uses : actions/setup-node@v1.4.4
180
180
with :
181
- node-version : ' 10.x '
181
+ node-version : ' v14.18.1 '
182
182
183
183
- name : Checkout
184
184
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 17
17
18
18
- uses : actions/setup-node@v1.4.4
19
19
with :
20
- node-version : ' v12 .18.4 '
20
+ node-version : ' v14 .18.1 '
21
21
registry-url : ' https://registry.npmjs.org'
22
22
23
23
- name : Install Yarn
Original file line number Diff line number Diff line change 17
17
# Setup .npmrc file to publish to npm
18
18
- uses : actions/setup-node@v1.4.4
19
19
with :
20
- node-version : ' 10.15 .1'
20
+ node-version : ' v14.18 .1'
21
21
registry-url : ' https://registry.npmjs.org'
22
22
scope : ' @jamesives'
23
23
42
42
# Setup .npmrc file to publish to GitHub Packages
43
43
- uses : actions/setup-node@v1.4.4
44
44
with :
45
- node-version : 12
45
+ node-version : ' v14.18.1 '
46
46
registry-url : ' https://npm.pkg.github.com'
47
47
scope : ' @jamesives'
48
48
You can’t perform that action at this time.
0 commit comments