File tree Expand file tree Collapse file tree 4 files changed +17
-12
lines changed Expand file tree Collapse file tree 4 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 30
30
# - make into an action, parameterize directories to pack, and package names to install
31
31
# - name patches w/PR as "semver prerelease" and SHA as "semver build info". Needs patch-package enhancement.
32
32
33
- - uses : actions/setup-node@v2-beta
33
+ - uses : actions/setup-node@v2
34
+ with :
35
+ node-version : 14
34
36
35
37
- name : Get yarn cache directory path
36
38
id : yarn-cache-dir-path
Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v2
19
19
with :
20
20
fetch-depth : 1
21
- - uses : actions/setup-node@v2-beta
21
+ - uses : actions/setup-node@v2
22
22
with :
23
- node-version : 12
23
+ node-version : 14
24
24
- name : Get yarn cache directory path
25
25
id : yarn-cache-dir-path
26
26
run : echo "::set-output name=dir::$(yarn cache dir)"
65
65
- uses : actions/checkout@v2
66
66
with :
67
67
fetch-depth : 1
68
- - uses : actions/setup-node@v2-beta
68
+ - uses : actions/setup-node@v2
69
69
with :
70
- node-version : 12
70
+ node-version : 14
71
71
- name : Get yarn cache directory path
72
72
id : yarn-cache-dir-path
73
73
run : echo "::set-output name=dir::$(yarn cache dir)"
98
98
- uses : actions/checkout@v2
99
99
with :
100
100
fetch-depth : 1
101
- - uses : actions/setup-node@v2-beta
101
+ - uses : actions/setup-node@v2
102
102
with :
103
- node-version : 12
103
+ node-version : 14
104
104
- name : Get yarn cache directory path
105
105
id : yarn-cache-dir-path
106
106
run : echo "::set-output name=dir::$(yarn cache dir)"
Original file line number Diff line number Diff line change 38
38
with :
39
39
fetch-depth : 50
40
40
41
- - uses : actions/setup-node@v2-beta
42
-
41
+ - uses : actions/setup-node@v2
42
+ with :
43
+ node-version : ' 14'
43
44
- name : Install firebase CLI
44
45
uses : nick-invision/retry@v2
45
46
with :
@@ -217,7 +218,9 @@ jobs:
217
218
with :
218
219
fetch-depth : 50
219
220
220
- - uses : actions/setup-node@v2-beta
221
+ - uses : actions/setup-node@v2
222
+ with :
223
+ node-version : 14
221
224
222
225
- uses : maxim-lobanov/setup-xcode@v1
223
226
with :
Original file line number Diff line number Diff line change 30
30
- uses : actions/checkout@v2
31
31
with :
32
32
fetch-depth : 50
33
- - uses : actions/setup-node@v2-beta
33
+ - uses : actions/setup-node@v2
34
34
with :
35
- node-version : 12
35
+ node-version : 14
36
36
- name : Get yarn cache directory path
37
37
id : yarn-cache-dir-path
38
38
run : echo "::set-output name=dir::$(yarn cache dir)"
You can’t perform that action at this time.
0 commit comments