Skip to content

Commit

Permalink
Removed support for Node 21: end of life.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Jun 5, 2024
1 parent 335aed2 commit 078e266
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 130 deletions.
6 changes: 0 additions & 6 deletions .github/actions/linux-alpine-node-21/Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions .github/actions/linux-alpine-node-21/action.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/actions/linux-alpine-node-21/entrypoint.sh

This file was deleted.

6 changes: 0 additions & 6 deletions .github/actions/linux-arm64-node-21/Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions .github/actions/linux-arm64-node-21/action.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/actions/linux-arm64-node-21/entrypoint.sh

This file was deleted.

6 changes: 0 additions & 6 deletions .github/actions/linux-node-21/Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions .github/actions/linux-node-21/action.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/actions/linux-node-21/entrypoint.sh

This file was deleted.

51 changes: 1 addition & 50 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, macos-12]
node-version: [18, 20, 21, 22]
node-version: [18, 20, 22]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -81,21 +81,6 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

build-linux-node-21:
name: Node.js 21 on Debian Bullseye
needs: create-release
runs-on: ubuntu-latest
continue-on-error: true

steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install, test, and create artifact
uses: ./.github/actions/linux-node-21/
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

build-linux-node-22:
name: Node.js 22 on Debian Bullseye
needs: create-release
Expand Down Expand Up @@ -141,21 +126,6 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

build-linux-alpine-node-21:
name: Node.js 21 on Alpine Linux
needs: create-release
runs-on: ubuntu-latest
continue-on-error: true

steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install, test, and create artifact
uses: ./.github/actions/linux-alpine-node-21/
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

build-linux-alpine-node-22:
name: Node.js 22 on Alpine Linux
needs: create-release
Expand Down Expand Up @@ -209,25 +179,6 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

build-linux-arm64-node-21:
name: Node.js 21 on Debian Bullseye on ARM64
needs: create-release
runs-on: ubuntu-latest
continue-on-error: true

steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- name: Install, test, and create artifact
uses: ./.github/actions/linux-arm64-node-21/
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

build-linux-arm64-node-22:
name: Node.js 22 on Debian Bullseye on ARM64
needs: create-release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node-version: [18, 20, 21, 22]
node-version: [18, 20, 22]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 078e266

Please sign in to comment.