Skip to content

Commit

Permalink
Upgrade Node 10 to LTS v10.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Nov 4, 2018
1 parent c456c8e commit 64113a5
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
Expand Up @@ -41,10 +41,10 @@ references:

version: 2
jobs:
'10.12.0':
'10.13.0':
<<: *base
docker:
- image: circleci/node:10.12.0
- image: circleci/node:10.13.0

'8.12.0':
<<: *base
Expand All @@ -60,6 +60,6 @@ workflows:
version: 2
build:
jobs:
- 10.12.0
- 10.13.0
- 8.12.0
- 6.14.2
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.12.0
v10.13.0

0 comments on commit 64113a5

Please sign in to comment.