Skip to content

Commit

Permalink
Use 11.4.0 to pick up nodejs/node#24547
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Dec 7, 2018
1 parent 01234d0 commit 0430507
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ workflows:
jobs:
test-10: &test-template
docker:
- image: circleci/node:10.13.0
- image: circleci/node:10.14.1
environment:
CXX: g++-6
steps:
Expand All @@ -26,4 +26,4 @@ jobs:
test-11:
<<: *test-template
docker:
- image: circleci/node:11.2.0
- image: circleci/node:11.4.0
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- nodejs_version: "10.13.0"
- nodejs_version: "11.2.0"
- nodejs_version: "10.14.1"
- nodejs_version: "11.4.0"

install:
# - ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit 0430507

Please sign in to comment.