Skip to content

Commit

Permalink
Use node v12.18.2 on Travis CI (#7864)
Browse files Browse the repository at this point in the history
Due to an issue with deprecated deps (gitbook-cli), forcing travis to and older
compatible version of nodejs.

Fixes #7863
  • Loading branch information
alessandroasm committed Oct 8, 2020
1 parent 679ec4a commit 2493cb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,6 +1,8 @@
language: node_js
node_js:
- lts/*
# Using node 12.18.2 instead of lts
# https://github.com/chartjs/Chart.js/issues/7863#issuecomment-705222874
- "12.18.2"

before_install:
- "export CHROME_BIN=/usr/bin/google-chrome"
Expand Down

0 comments on commit 2493cb5

Please sign in to comment.