File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v2
22
22
- uses : actions/setup-node@v3
23
23
with :
24
- node-version : 14 .x
24
+ node-version : 18 .x
25
25
cache : npm
26
26
- run : npm i -g npm@8
27
27
- run : npm ci
36
36
- uses : mansona/npm-lockfile-version@v1
37
37
- uses : actions/setup-node@v3
38
38
with :
39
- node-version : 14 .x
39
+ node-version : 18 .x
40
40
cache : npm
41
41
- run : npm i -g npm@8
42
42
- run : npm ci
51
51
- uses : actions/checkout@v2
52
52
- uses : actions/setup-node@v3
53
53
with :
54
- node-version : 14 .x
54
+ node-version : 18 .x
55
55
cache : npm
56
56
- run : npm i -g npm@8
57
57
- run : npm install --no-shrinkwrap
82
82
- uses : actions/checkout@v2
83
83
- uses : actions/setup-node@v3
84
84
with :
85
- node-version : 14 .x
85
+ node-version : 18 .x
86
86
cache : npm
87
87
- run : npm i -g npm@8
88
88
- run : npm ci
@@ -107,7 +107,7 @@ jobs:
107
107
- uses : actions/checkout@v2
108
108
- uses : actions/setup-node@v3
109
109
with :
110
- node-version : 14 .x
110
+ node-version : 18 .x
111
111
cache : npm
112
112
- run : npm i -g npm@8
113
113
- run : npm ci
Original file line number Diff line number Diff line change 111
111
"webpack" : " ^5.52.1"
112
112
},
113
113
"engines" : {
114
- "node" : " 12 .* || 14.* || >= 16 "
114
+ "node" : " 18 .* || >= 20 "
115
115
},
116
116
"ember" : {
117
117
"edition" : " octane"
120
120
"configPath" : " tests/dummy/config"
121
121
},
122
122
"volta" : {
123
- "node" : " 16.20.1 "
123
+ "node" : " 18.18.2 "
124
124
}
125
125
}
You can’t perform that action at this time.
0 commit comments