File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
3+ executors :
4+ docker-executor :
5+ docker :
6+ - image : cimg/node:22.14.0
7+ resource_class : medium
8+
39workflows :
410 version : 2.1
511 main :
@@ -19,8 +25,7 @@ workflows:
1925
2026jobs :
2127 lint :
22- docker :
23- - image : cimg/node:22.11.0
28+ executor : docker-executor
2429 steps :
2530 - checkout
2631 - run :
3439 command : npm run lint
3540
3641 test-v8 :
37- docker :
38- - image : cimg/node:22.11.0
42+ executor : docker-executor
3943 steps :
4044 - checkout
4145 - run :
5256 command : npm run test:legacy
5357
5458 test-v9 :
55- docker :
56- - image : cimg/node:22.11.0
59+ executor : docker-executor
5760 steps :
5861 - checkout
5962 - run :
7073 command : npm test
7174
7275 release :
73- docker :
74- - image : cimg/node:22.11.0
76+ executor : docker-executor
7577 steps :
7678 - checkout
7779 - run :
You can’t perform that action at this time.
0 commit comments