This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree 8 files changed +18
-1
lines changed
8 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 19
19
- 14
20
20
- 15
21
21
- 16
22
+ - 17
22
23
23
24
include :
24
25
- node : 12
29
30
python : python3
30
31
- node : 16
31
32
python : python3
33
+ - node : 17
34
+ python : python3
32
35
33
36
steps :
34
37
- name : Install Alpine build tools
Original file line number Diff line number Diff line change 18
18
- 14
19
19
- 15
20
20
- 16
21
+ - 17
21
22
22
23
include :
23
24
- node : 12
36
37
gcc : " gcc-8"
37
38
gpp : " g++-8"
38
39
os : ubuntu-18.04
40
+ - node : 17
41
+ gcc : " gcc-8"
42
+ gpp : " g++-8"
43
+ os : ubuntu-18.04
39
44
40
45
41
46
steps :
Original file line number Diff line number Diff line change 18
18
- 14
19
19
- 15
20
20
- 16
21
+ - 17
21
22
22
23
steps :
23
24
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 18
18
- 14
19
19
- 15
20
20
- 16
21
+ - 17
21
22
22
23
architecture :
23
24
- x64
32
33
os : windows-2019
33
34
- node : 16
34
35
os : windows-2019
36
+ - node : 17
37
+ os : windows-2019
35
38
36
39
steps :
37
40
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Below is a quick guide for minimum and maximum supported versions of node-sass:
17
17
18
18
NodeJS | Supported node-sass version | Node Module
19
19
--------|-----------------------------|------------
20
+ Node 17 | 7.0+ | 102
20
21
Node 16 | 6.0+ | 93
21
22
Node 15 | 5.0+ | 88
22
23
Node 14 | 4.14+ | 83
Original file line number Diff line number Diff line change 45
45
- nodejs_version : 16
46
46
GYP_MSVS_VERSION : 2019
47
47
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
48
+ - nodejs_version : 17
49
+ GYP_MSVS_VERSION : 2019
50
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
48
51
49
52
install :
50
53
# https://www.appveyor.com/docs/lang/nodejs-iojs/#installing-any-version-of-nodejs-or-iojs
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ function getHumanNodeVersion(abi) {
81
81
case 83 : return 'Node.js 14.x' ;
82
82
case 88 : return 'Node.js 15.x' ;
83
83
case 93 : return 'Node.js 16.x' ;
84
+ case 102 : return 'Node.js 17.x' ;
84
85
default : return false ;
85
86
}
86
87
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-sass" ,
3
- "version" : " 6 .0.1 " ,
3
+ "version" : " 7 .0.0 " ,
4
4
"libsass" : " 3.5.5" ,
5
5
"description" : " Wrapper around libsass" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments