File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 23
23
with :
24
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
38
37
with :
39
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
53
51
with :
54
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
84
81
with :
85
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 }}
@@ -109,7 +105,6 @@ jobs:
109
105
with :
110
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
You can’t perform that action at this time.
0 commit comments