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 7cdf3f4 commit 490e4d9Copy full SHA for 490e4d9
.circleci/config.yml
@@ -7,7 +7,7 @@ executors:
7
default:
8
docker:
9
# specify the version you desire here
10
- - image: circleci/node:8.10
+ - image: circleci/node:10.17
11
12
# Specify service dependencies here if necessary
13
# CircleCI maintains a library of pre-built images
package.json
@@ -47,7 +47,7 @@
47
"vue-template-compiler": "^2.6.10"
48
},
49
"engines": {
50
- "node": ">= 8"
+ "node": ">= 10"
51
52
"files": [
53
"types",
0 commit comments