File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Expand file tree Collapse file tree 2 files changed +7
-12
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
- - run : npm i -g npm@8
27
26
- run : npm ci
28
27
- run : npx percy exec -- npm run test:docs
29
28
36
35
- uses : mansona/npm-lockfile-version@v1
37
36
- uses : actions/setup-node@v3
38
37
with :
39
- node-version : 14 .x
38
+ node-version : 18 .x
40
39
cache : npm
41
- - run : npm i -g npm@8
42
40
- run : npm ci
43
41
- run : npm run lint
44
42
- run : npx percy exec -- npm run test
51
49
- uses : actions/checkout@v2
52
50
- uses : actions/setup-node@v3
53
51
with :
54
- node-version : 14 .x
52
+ node-version : 18 .x
55
53
cache : npm
56
- - run : npm i -g npm@8
57
54
- run : npm install --no-shrinkwrap
58
55
- run : npm run test:ember
59
56
82
79
- uses : actions/checkout@v2
83
80
- uses : actions/setup-node@v3
84
81
with :
85
- node-version : 14 .x
82
+ node-version : 18 .x
86
83
cache : npm
87
- - run : npm i -g npm@8
88
84
- run : npm ci
89
85
- name : Run Tests
90
86
run : ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}
@@ -107,9 +103,8 @@ jobs:
107
103
- uses : actions/checkout@v2
108
104
- uses : actions/setup-node@v3
109
105
with :
110
- node-version : 14 .x
106
+ node-version : 18 .x
111
107
cache : npm
112
- - run : npm i -g npm@8
113
108
- run : npm ci
114
109
- name : Run Tests
115
110
id : tests
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