Skip to content

Commit f8a7b2c

Browse files
committed
Upgrade Node version to 12 for CI
1 parent b63a2ca commit f8a7b2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
node_js: '10'
4848

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

0 commit comments

Comments
 (0)