File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 key : dependency-cache-{{ checksum "package-lock.json" }}
2525 paths :
2626 - ./node_modules
27- node-v10 -latest :
27+ node-v12 -latest :
2828 docker :
29- - image : rollupcabal/circleci-node-v10 :latest
29+ - image : rollupcabal/circleci-node-v12 :latest
3030 steps :
3131 - checkout
3232 - restore_cache :
@@ -79,7 +79,7 @@ workflows:
7979 filters :
8080 tags :
8181 only : /.*/
82- - node-v10 -latest :
82+ - node-v12 -latest :
8383 requires :
8484 - analysis
8585 filters :
Original file line number Diff line number Diff line change 1010 "bugs" : " https://github.com/shellscape/postcss-less/issues" ,
1111 "main" : " lib/index.js" ,
1212 "engines" : {
13- "node" : " >=10 "
13+ "node" : " >=12 "
1414 },
1515 "scripts" : {
1616 "ci:coverage" : " nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov" ,
You can’t perform that action at this time.
0 commit comments