Skip to content

Commit

Permalink
Rev deps, use latest Node with nodejs/node#25026
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Feb 6, 2019
1 parent b84a76b commit 96f1bed
Show file tree
Hide file tree
Showing 5 changed files with 2,639 additions and 2,254 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.14.1
- image: circleci/node:10.15.1
environment:
CXX: g++-6
steps:
Expand All @@ -26,4 +26,4 @@ jobs:
test-11:
<<: *test-template
docker:
- image: circleci/node:11.4.0
- image: circleci/node:11.9.0
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment:
matrix:
- nodejs_version: "11.4.0"
- nodejs_version: "11.9.0"

install:
# - ps: Update-NodeJsInstallation $env:nodejs_version x64
Expand Down
4 changes: 2 additions & 2 deletions dist/centro.js

Large diffs are not rendered by default.

Loading

0 comments on commit 96f1bed

Please sign in to comment.