Skip to content

Commit

Permalink
build: Node.js@12.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 3, 2020
1 parent 74e5568 commit 2fb94e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node_js:
- "6.17"
- "8.17"
- "10.19"
- "12.14"
- "12.16"
before_install:
# Setup npm
- "test $TRAVIS_NODE_VERSION != '0.8' || npm install -g npm@1.2.8000"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
- nodejs_version: "6.17"
- nodejs_version: "8.17"
- nodejs_version: "10.19"
- nodejs_version: "12.14"
- nodejs_version: "12.16"
install:
# Install Node.js
- ps: >-
Expand Down

0 comments on commit 2fb94e0

Please sign in to comment.