Skip to content

Commit

Permalink
Tweak Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrichards committed Sep 18, 2019
1 parent d42273d commit 646c48b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
@@ -1,14 +1,14 @@
version: 2.1
orbs:
node: circleci/node@1.1.4
node: circleci/node@1.1.6
jobs:
build:
executor: node/default
steps:
- checkout
- node/install:
install-npm: false
node-version: '12.6.0'
node-version: '12.10.0'
yarn-version: '1.17.3'
- node/with-cache:
cache-key: yarn.lock
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
12.6.0
12.10.0
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,6 +26,6 @@
},
"dependencies": {},
"engines": {
"node": "12.6.0"
"node": "12.10.0"
}
}

0 comments on commit 646c48b

Please sign in to comment.