This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree 6 files changed +1
-19
lines changed
6 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,13 @@ jobs:
17
17
node :
18
18
- 12
19
19
- 14
20
- - 15
21
20
- 16
22
21
23
22
include :
24
23
- node : 12
25
24
alpine : " 3.9"
26
25
- node : 14
27
26
alpine : " 3.10"
28
- - node : 15
29
- alpine : " 3.10"
30
27
- node : 16
31
28
alpine : " 3.11"
32
29
Original file line number Diff line number Diff line change 16
16
node :
17
17
- 12
18
18
- 14
19
- - 15
20
19
- 16
21
20
22
21
include :
28
27
gcc : " gcc-6"
29
28
gpp : " g++-6"
30
29
os : ubuntu-18.04
31
- - node : 15
32
- gcc : " gcc-6"
33
- gpp : " g++-6"
34
- os : ubuntu-18.04
35
30
- node : 16
36
31
gcc : " gcc-8"
37
32
gpp : " g++-8"
Original file line number Diff line number Diff line change 16
16
node :
17
17
- 12
18
18
- 14
19
- - 15
20
19
- 16
21
20
22
21
steps :
Original file line number Diff line number Diff line change @@ -16,16 +16,13 @@ jobs:
16
16
node :
17
17
- 12
18
18
- 14
19
- - 15
20
19
- 16
21
20
22
21
include :
23
22
- node : 12
24
23
os : windows-2016
25
24
- node : 14
26
25
os : windows-2016
27
- - node : 15
28
- os : windows-2019
29
26
- node : 16
30
27
os : windows-2019
31
28
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Below is a quick guide for minimum and maximum support supported version of node
18
18
NodeJS | Supported node-sass version | Node Module
19
19
--------|-----------------------------|------------
20
20
Node 16 | 6.0+ | 93
21
- Node 15 | 5.0+ | 88
21
+ Node 15 | 5.0+, <=6.0 | 88
22
22
Node 14 | 4.14+ | 83
23
23
Node 13 | 4.13+, <5.0 | 79
24
24
Node 12 | 4.12+ | 72
Original file line number Diff line number Diff line change 39
39
- nodejs_version : 14
40
40
GYP_MSVS_VERSION : 2017
41
41
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
42
- - nodejs_version : 15
43
- GYP_MSVS_VERSION : 2019
44
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
45
42
- nodejs_version : 16
46
43
GYP_MSVS_VERSION : 2019
47
44
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
118
115
- nodejs_version : 14
119
116
GYP_MSVS_VERSION : 2017
120
117
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
121
- - nodejs_version : 15
122
- GYP_MSVS_VERSION : 2019
123
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
124
118
- nodejs_version : 16
125
119
GYP_MSVS_VERSION : 2019
126
120
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
You can’t perform that action at this time.
0 commit comments