We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c38f72 commit 2f9537eCopy full SHA for 2f9537e
.circleci/config.yml
@@ -3,7 +3,7 @@ jobs:
3
build:
4
working_directory: ~/tableau-connector
5
docker:
6
- - image: circleci/node:8.9.4
+ - image: circleci/node:8.16.2
7
steps:
8
- checkout
9
- restore_cache:
package.json
@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"engines": {
- "node": "8.9.4",
+ "node": "8.17.0",
"yarn": "1.3.2"
},
"dependencies": {
0 commit comments