This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree 7 files changed +2
-20
lines changed
7 files changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,12 @@ jobs:
15
15
fail-fast : false
16
16
matrix :
17
17
node :
18
- - 10
19
18
- 12
20
19
- 14
21
20
- 15
22
21
- 16
23
22
24
23
include :
25
- - node : 10
26
- alpine : " 3.9"
27
24
- node : 12
28
25
alpine : " 3.9"
29
26
- node : 14
Original file line number Diff line number Diff line change @@ -14,17 +14,12 @@ jobs:
14
14
fail-fast : false
15
15
matrix :
16
16
node :
17
- - 10
18
17
- 12
19
18
- 14
20
19
- 15
21
20
- 16
22
21
23
22
include :
24
- - node : 10
25
- gcc : " gcc-4.9"
26
- gpp : " g++-4.9"
27
- os : ubuntu-16.04
28
23
- node : 12
29
24
gcc : " gcc-6"
30
25
gpp : " g++-6"
Original file line number Diff line number Diff line change 14
14
fail-fast : false
15
15
matrix :
16
16
node :
17
- - 10
18
17
- 12
19
18
- 14
20
19
- 15
Original file line number Diff line number Diff line change @@ -14,15 +14,12 @@ jobs:
14
14
fail-fast : false
15
15
matrix :
16
16
node :
17
- - 10
18
17
- 12
19
18
- 14
20
19
- 15
21
20
- 16
22
21
23
22
include :
24
- - node : 10
25
- os : windows-2016
26
23
- node : 12
27
24
os : windows-2016
28
25
- node : 14
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Node 14 | 4.14+ | 83
23
23
Node 13 | 4.13+, <5.0 | 79
24
24
Node 12 | 4.12+ | 72
25
25
Node 11 | 4.10+, <5.0 | 67
26
- Node 10 | 4.9+ | 64
26
+ Node 10 | 4.9+, <6.0 | 64
27
27
Node 8 | 4.5.3+, <5.0 | 57
28
28
Node <8 | <5.0 | <57
29
29
Original file line number Diff line number Diff line change 33
33
environment :
34
34
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI : true
35
35
matrix :
36
- - nodejs_version : 10
37
- GYP_MSVS_VERSION : 2017
38
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
39
36
- nodejs_version : 12
40
37
GYP_MSVS_VERSION : 2017
41
38
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
115
112
environment :
116
113
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI : true
117
114
matrix :
118
- - nodejs_version : 10
119
- GYP_MSVS_VERSION : 2017
120
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
121
115
- nodejs_version : 12
122
116
GYP_MSVS_VERSION : 2017
123
117
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
Original file line number Diff line number Diff line change 16
16
"url" : " http://andrew.github.com"
17
17
},
18
18
"engines" : {
19
- "node" : " >=10 "
19
+ "node" : " >=12 "
20
20
},
21
21
"main" : " lib/index.js" ,
22
22
"nodeSassConfig" : {
You can’t perform that action at this time.
0 commit comments