diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 7aaf451dc..309bf19d4 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -15,10 +15,9 @@ jobs: fail-fast: false matrix: node: - - 16 - 18 - - 19 - 20 + - 22 steps: - name: Install Alpine build tools @@ -34,7 +33,7 @@ jobs: - name: Run tests run: npm test - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: github.repository_owner == 'sass' && github.event_name != 'pull_request' with: name: ${{ matrix.node }} diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3f8939cc1..518b88f11 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -14,23 +14,18 @@ jobs: fail-fast: false matrix: include: - - node: 16 - gcc: "gcc-8" - gpp: "g++-8" - os: ubuntu-20.04 - node: 18 gcc: "gcc-8" gpp: "g++-8" - os: ubuntu-20.04 - - node: 19 - gcc: "gcc-8" - gpp: "g++-8" - os: ubuntu-20.04 + os: ubuntu-22.04 - node: 20 gcc: "gcc-10" gpp: "g++-10" os: ubuntu-22.04 - + - node: 22 + gcc: "gcc-12" + gpp: "g++-12" + os: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -55,8 +50,7 @@ jobs: - name: Run tests run: npm test - - uses: actions/upload-artifact@v3 - if: github.repository_owner == 'sass' && github.event_name != 'pull_request' + - uses: actions/upload-artifact@v4 with: name: ${{ matrix.node }} path: vendor/ diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 056e1cf3b..ef4bbf8c5 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -14,10 +14,9 @@ jobs: fail-fast: false matrix: node: - - 16 - 18 - - 19 - 20 + - 22 steps: - uses: actions/checkout@v4 @@ -35,8 +34,7 @@ jobs: - name: Run tests run: npm test - - uses: actions/upload-artifact@v3 - if: github.repository_owner == 'sass' && github.event_name != 'pull_request' + - uses: actions/upload-artifact@v4 with: name: ${{ matrix.node }} path: vendor/ diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 50528faec..5d5c39d59 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -14,10 +14,9 @@ jobs: fail-fast: false matrix: node: - - 16 - 18 - - 19 - 20 + - 22 architecture: - x64 @@ -40,8 +39,7 @@ jobs: - name: Run tests run: npm test - - uses: actions/upload-artifact@v3 - if: github.repository_owner == 'sass' && github.event_name != 'pull_request' + - uses: actions/upload-artifact@v4 with: name: ${{ matrix.node }}-${{ matrix.architecture }} path: | diff --git a/README.md b/README.md index a7b18a686..ab5b2eaa8 100644 --- a/README.md +++ b/README.md @@ -17,19 +17,9 @@ Below is a quick guide for minimum and maximum supported versions of node-sass: NodeJS | Supported node-sass version | Node Module --------|-----------------------------|------------ +Node 22 | 10.0+ | 127 Node 20 | 9.0+ | 115 -Node 19 | 8.0+ | 111 Node 18 | 8.0+ | 108 -Node 17 | 7.0+, <8.0 | 102 -Node 16 | 6.0+ | 93 -Node 15 | 5.0+, <7.0 | 88 -Node 14 | 4.14+, <9.0 | 83 -Node 13 | 4.13+, <5.0 | 79 -Node 12 | 4.12+, <8.0 | 72 -Node 11 | 4.10+, <5.0 | 67 -Node 10 | 4.9+, <6.0 | 64 -Node 8 | 4.5.3+, <5.0 | 57 -Node <8 | <5.0 | <57