File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
21
21
- uses : actions/setup-node@v2
22
22
with :
23
- node-version : 14.x
23
+ node-version : lts/*
24
24
cache : yarn
25
25
26
26
- name : Validate cache
38
38
- uses : actions/checkout@v2
39
39
- uses : actions/setup-node@v2
40
40
with :
41
- node-version : 14.x
41
+ node-version : lts/*
42
42
cache : yarn
43
43
- name : install
44
44
run : yarn
52
52
- uses : actions/checkout@v2
53
53
- uses : actions/setup-node@v2
54
54
with :
55
- node-version : 14.x
55
+ node-version : lts/*
56
56
cache : yarn
57
57
- name : install
58
58
run : yarn
@@ -108,7 +108,7 @@ jobs:
108
108
- uses : actions/checkout@v2
109
109
- uses : actions/setup-node@v2
110
110
with :
111
- node-version : 14.x
111
+ node-version : lts/*
112
112
cache : yarn
113
113
- name : install
114
114
run : yarn
@@ -127,7 +127,7 @@ jobs:
127
127
- uses : actions/checkout@v2
128
128
- uses : actions/setup-node@v2
129
129
with :
130
- node-version : 14.x
130
+ node-version : lts/*
131
131
cache : yarn
132
132
- name : install
133
133
run : yarn
@@ -150,7 +150,7 @@ jobs:
150
150
- uses : actions/checkout@v2
151
151
- uses : actions/setup-node@v2
152
152
with :
153
- node-version : 14.x
153
+ node-version : lts/*
154
154
cache : yarn
155
155
- name : install
156
156
run : yarn
You can’t perform that action at this time.
0 commit comments