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

Commit 4c4d1b8

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 4c4d1b8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

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

33
node_js:
4-
- lts/*
5-
- node
4+
- "10.16"
65
matrix:
76
allow_failures:
87
- node_js: node
@@ -15,7 +14,7 @@ stages:
1514
jobs:
1615
include:
1716
- stage: 🚀 rc-deployment
18-
node_js: lts/*
17+
node_js: "10.16"
1918
name: "Deploy to the npm rc channel"
2019
script: skip
2120
deploy:
@@ -26,7 +25,7 @@ jobs:
2625
# Branch condition is in the stages configuration
2726
all_branches: true
2827
- stage: 🚀 deployment
29-
node_js: lts/*
28+
node_js: "10.16"
3029
name: "Deploy to the npm latest channel"
3130
script: skip
3231
deploy:

0 commit comments

Comments
 (0)