Skip to content

Commit

Permalink
Upgrade Node version to 12 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Feb 2, 2020
1 parent b63a2ca commit f8a7b2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -47,8 +47,7 @@ jobs:
node_js: '10'

- script: npm start test.bundle test.browser
# XXX: update when canvas supplies a prebuilt binary for Node.js v12.x
node_js: 10
node_js: 12
install: npm ci # we need the native modules here
addons:
artifacts:
Expand Down

0 comments on commit f8a7b2c

Please sign in to comment.