Skip to content

Commit b5b9cc9

Browse files
committed
chore!: Node v12+ required
1 parent 424736b commit b5b9cc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
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:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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",

0 commit comments

Comments
 (0)