This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +9
-1
lines changed Expand file tree Collapse file tree 6 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1919 - 18
2020 - 19
2121 - 20
22+ - 21
2223
2324 steps :
2425 - name : Install Alpine build tools
Original file line number Diff line number Diff line change 1818 - 18
1919 - 19
2020 - 20
21+ - 21
2122
2223 steps :
2324 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1818 - 18
1919 - 19
2020 - 20
21+ - 21
2122
2223 architecture :
2324 - x64
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:
1717
1818NodeJS | Supported node-sass version | Node Module
1919--------|-----------------------------|------------
20+ Node 21 | 9.0+ | 119
2021Node 20 | 9.0+ | 115
2122Node 19 | 8.0+ | 111
2223Node 18 | 8.0+ | 108
Original file line number Diff line number Diff line change 4545 - nodejs_version : 20
4646 GYP_MSVS_VERSION : 2019
4747 APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
48+ - nodejs_version : 21
49+ GYP_MSVS_VERSION : 2019
50+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
4851
4952
5053 install :
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ function getHumanNodeVersion(abi) {
8585 case 108 : return 'Node.js 18.x' ;
8686 case 111 : return 'Node.js 19.x' ;
8787 case 115 : return 'Node.js 20.x' ;
88+ case 120 : return 'Node.js 21.x' ;
8889 default : return false ;
8990 }
9091}
@@ -111,7 +112,7 @@ function getHumanEnvironment(env) {
111112 }
112113
113114 if ( ! platform ) {
114- platform = 'Unsupported platform (' + parts [ 0 ] + ')' ;
115+ platform = 'Unsupported platform (' + parts [ 0 ] + '/' + process . versions . modules + ' )';
115116 }
116117
117118 if ( ! arch ) {
You can’t perform that action at this time.
0 commit comments