We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424736b commit b5b9cc9Copy full SHA for b5b9cc9
2 files changed
.circleci/config.yml
@@ -24,9 +24,9 @@ jobs:
24
key: dependency-cache-{{ checksum "package-lock.json" }}
25
paths:
26
- ./node_modules
27
- node-v10-latest:
+ node-v12-latest:
28
docker:
29
- - image: rollupcabal/circleci-node-v10:latest
+ - image: rollupcabal/circleci-node-v12:latest
30
steps:
31
- checkout
32
- restore_cache:
@@ -79,7 +79,7 @@ workflows:
79
filters:
80
tags:
81
only: /.*/
82
- - node-v10-latest:
+ - node-v12-latest:
83
requires:
84
- analysis
85
package.json
@@ -10,7 +10,7 @@
10
"bugs": "https://github.com/shellscape/postcss-less/issues",
11
"main": "lib/index.js",
12
"engines": {
13
- "node": ">=10"
+ "node": ">=12"
14
},
15
"scripts": {
16
"ci:coverage": "nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov",
0 commit comments