Skip to content

Commit

Permalink
ci: upgrade min node version for 12
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Dec 26, 2019
1 parent f7a06fd commit 5639b17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2
jobs:
build_10.15.3:
build_12.0.0:
docker:
- image: 'circleci/node:10.15.3'
- image: 'circleci/node:12.0.0'
working_directory: ~/app
steps:
- checkout
Expand Down Expand Up @@ -36,5 +36,5 @@ workflows:
version: 2
workflow:
jobs:
- build_10.15.3
- build_12.0.0
- build_latest
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"services": [
"circleci"
],
"minNodeVersion": "10.15.3"
"minNodeVersion": "12.0.0"
}

0 comments on commit 5639b17

Please sign in to comment.