File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
- uses : mansona/npm-lockfile-version@v1
25
25
- uses : actions/setup-node@v3
26
26
with :
27
- node-version : 12 .x
27
+ node-version : 14 .x
28
28
cache : npm
29
29
- run : npm i -g npm@8
30
30
- run : npm ci
39
39
- uses : actions/checkout@v2
40
40
- uses : actions/setup-node@v3
41
41
with :
42
- node-version : 12 .x
42
+ node-version : 14 .x
43
43
cache : npm
44
44
- run : npm i -g npm@8
45
45
- run : npm install --no-shrinkwrap
72
72
- uses : actions/checkout@v2
73
73
- uses : actions/setup-node@v3
74
74
with :
75
- node-version : 12 .x
75
+ node-version : 14 .x
76
76
cache : npm
77
77
- run : npm i -g npm@8
78
78
- run : npm ci
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Compatibility
13
13
14
14
* Ember.js v3.24 or above
15
15
* Ember CLI v3.24 or above
16
- * Node.js v12 or above
16
+ * Node.js v14 or above
17
17
18
18
19
19
Installation
You can’t perform that action at this time.
0 commit comments