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 1755888 commit 9680b46Copy full SHA for 9680b46
.circleci/config.yml
@@ -7,7 +7,7 @@ executors:
7
default:
8
docker:
9
# specify the version you desire here
10
- - image: circleci/node:11.10.1
+ - image: circleci/node:10.18.0
11
12
# Specify service dependencies here if necessary
13
# CircleCI maintains a library of pre-built images
package.json
@@ -43,7 +43,7 @@
43
"webpack-merge": "^4.2.1"
44
},
45
"engines": {
46
- "node": ">= 8"
+ "node": ">= 10"
47
48
"files": [
49
"lib",
0 commit comments