Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit e80d4af

Browse filesBrowse files
authored
chore: Drop EOL Node 15 (#3122)
* chore: Drop EOL Node 15
1 parent d753397 commit e80d4af
Copy full SHA for e80d4af

File tree

Expand file treeCollapse file tree

6 files changed

+1
-16
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+1
-16
lines changed

‎.github/workflows/alpine.yml

Copy file name to clipboardExpand all lines: .github/workflows/alpine.yml
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
node:
1818
- 12
1919
- 14
20-
- 15
2120
- 16
2221
- 17
2322

@@ -26,8 +25,6 @@ jobs:
2625
python: python2
2726
- node: 14
2827
python: python3
29-
- node: 15
30-
python: python3
3128
- node: 16
3229
python: python3
3330
- node: 17

‎.github/workflows/linux.yml

Copy file name to clipboardExpand all lines: .github/workflows/linux.yml
-5Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
node:
1717
- 12
1818
- 14
19-
- 15
2019
- 16
2120
- 17
2221

@@ -29,10 +28,6 @@ jobs:
2928
gcc: "gcc-6"
3029
gpp: "g++-6"
3130
os: ubuntu-18.04
32-
- node: 15
33-
gcc: "gcc-6"
34-
gpp: "g++-6"
35-
os: ubuntu-18.04
3631
- node: 16
3732
gcc: "gcc-8"
3833
gpp: "g++-8"

‎.github/workflows/macos.yml

Copy file name to clipboardExpand all lines: .github/workflows/macos.yml
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
node:
1717
- 12
1818
- 14
19-
- 15
2019
- 16
2120
- 17
2221

‎.github/workflows/windows.yml

Copy file name to clipboardExpand all lines: .github/workflows/windows.yml
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
node:
1717
- 12
1818
- 14
19-
- 15
2019
- 16
2120
- 17
2221

@@ -29,8 +28,6 @@ jobs:
2928
os: windows-2016
3029
- node: 14
3130
os: windows-2016
32-
- node: 15
33-
os: windows-2019
3431
- node: 16
3532
os: windows-2019
3633
- node: 17

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ NodeJS | Supported node-sass version | Node Module
1919
--------|-----------------------------|------------
2020
Node 17 | 7.0+ | 102
2121
Node 16 | 6.0+ | 93
22-
Node 15 | 5.0+ | 88
22+
Node 15 | 5.0+, <7.0 | 88
2323
Node 14 | 4.14+ | 83
2424
Node 13 | 4.13+, <5.0 | 79
2525
Node 12 | 4.12+ | 72

‎appveyor.yml

Copy file name to clipboardExpand all lines: appveyor.yml
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
- nodejs_version: 14
4040
GYP_MSVS_VERSION: 2017
4141
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
42-
- nodejs_version: 15
43-
GYP_MSVS_VERSION: 2019
44-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
4542
- nodejs_version: 16
4643
GYP_MSVS_VERSION: 2019
4744
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.