Skip to content
This repository was archived by the owner on Oct 4, 2022. It is now read-only.

Commit 393c7e1

Browse files
committed
Set node version to 10.16
The current LTS in Travis is 12.13, but our node-sass is not compatible with that.
1 parent ba9e794 commit 393c7e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- lts/*
4+
- "10.16"
55
- node
66
matrix:
77
allow_failures:
@@ -15,7 +15,7 @@ stages:
1515
jobs:
1616
include:
1717
- stage: 🚀 rc-deployment
18-
node_js: lts/*
18+
node_js: "10.16"
1919
name: "Deploy to the npm rc channel"
2020
script: skip
2121
deploy:
@@ -26,7 +26,7 @@ jobs:
2626
# Branch condition is in the stages configuration
2727
all_branches: true
2828
- stage: 🚀 deployment
29-
node_js: lts/*
29+
node_js: "10.16"
3030
name: "Deploy to the npm latest channel"
3131
script: skip
3232
deploy:

0 commit comments

Comments
 (0)