This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree 6 files changed +1
-16
lines changed
6 files changed +1
-16
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
python : python2
26
25
- node : 14
27
26
python : python3
28
- - node : 15
29
- python : python3
30
27
- node : 16
31
28
python : python3
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
node :
17
17
- 12
18
18
- 14
19
- - 15
20
19
- 16
21
20
22
21
architecture :
28
27
os : windows-2016
29
28
- node : 14
30
29
os : windows-2016
31
- - node : 15
32
- os : windows-2019
33
30
- node : 16
34
31
os : windows-2019
35
32
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Below is a quick guide for minimum and maximum supported versions of node-sass:
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
You can’t perform that action at this time.
0 commit comments