Skip to content

Commit 2493cb5

Browse files
Use node v12.18.2 on Travis CI (#7864)
Due to an issue with deprecated deps (gitbook-cli), forcing travis to and older compatible version of nodejs. Fixes #7863
1 parent 679ec4a commit 2493cb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: node_js
22
node_js:
3-
- lts/*
3+
# Using node 12.18.2 instead of lts
4+
# https://github.com/chartjs/Chart.js/issues/7863#issuecomment-705222874
5+
- "12.18.2"
46

57
before_install:
68
- "export CHROME_BIN=/usr/bin/google-chrome"

0 commit comments

Comments
 (0)