File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ workflows:
13
13
jobs :
14
14
build-and-test :
15
15
docker :
16
- - image : circleci /node:12 .14.0-browsers
16
+ - image : cimg /node:16 .14.0-browsers
17
17
steps :
18
18
- checkout
19
- - run : npm ci
19
+ - run : npm ci --no-audit
20
20
- run : npm run lint:js
21
21
- run : npm run lint:hbs
22
22
- 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