From f8a7b2c1f330abd2354973721c1073fc0aabceeb Mon Sep 17 00:00:00 2001 From: Ulises Gascon Date: Sun, 2 Feb 2020 19:50:48 +0100 Subject: [PATCH] Upgrade Node version to 12 for CI --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 26976b9cd7..a3874504dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: