File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
+ orbs :
4
+ browser-tools :
circleci/[email protected]
5
+
3
6
workflows :
4
7
version : 2
5
8
build-and-test :
@@ -13,10 +16,12 @@ workflows:
13
16
jobs :
14
17
build-and-test :
15
18
docker :
16
- - image : circleci /node:12 .14.0-browsers
19
+ - image : cimg /node:16 .14.0-browsers
17
20
steps :
21
+ - browser-tools/install-chrome
22
+ - browser-tools/install-chromedriver
18
23
- checkout
19
- - run : npm ci
24
+ - run : npm ci --no-audit
20
25
- run : npm run lint:js
21
26
- run : npm run lint:hbs
22
27
- run : npm test
Original file line number Diff line number Diff line change 8
8
"license" : " MIT" ,
9
9
"author" : " GIP Pix" ,
10
10
"engines" : {
11
- "node" : " ^16.13.0"
11
+ "node" : " 16.14.0" ,
12
+ "npm" : " 8.3.1"
12
13
},
13
14
"ember" : {
14
15
"edition" : " octane"
33
34
"lint:hbs:fix" : " npm run lint:hbs -- --fix" ,
34
35
"lint:js" : " eslint ." ,
35
36
"lint:js:fix" : " npm run lint:js -- --fix" ,
37
+ "preinstall" : " npx check-engine" ,
36
38
"start" : " ember serve" ,
37
39
"storybook" : " ember build && ember serve & start-storybook -p 9001 -s dist" ,
38
40
"test" : " ember test" ,
You can’t perform that action at this time.
0 commit comments