Skip to content

Commit

Permalink
Update Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbarke committed Apr 4, 2020
1 parent bf6e39d commit 3eb489b
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 @@ -2,7 +2,7 @@ sudo: required

language: node_js

node_js: 8
node_js: 12

before_script:
- "sudo chown root /opt/google/chrome/chrome-sandbox"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
nodejs_version: "8"
nodejs_version: "12"

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

0 comments on commit 3eb489b

Please # to comment.