Skip to content

Commit

Permalink
feat!: Removed support for Node.js 16 (#273) (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 authored Jul 31, 2024
1 parent de17116 commit 9f2d5c3
Show file tree
Hide file tree
Showing 6 changed files with 148 additions and 225 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
node: [ 16, 18, 20, 22 ]
node: [ 18, 20, 22 ]
arch: [ x86, x64 ]
exclude:
# Ubuntu does not ship x86 builds.
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
# strategy:
# matrix:
# os: [ macos-14 ]
# node: [ 16, 18, 20, 22 ]
# node: [ 18, 20, 22 ]
# arch: [ arm64 ]
# runs-on: ${{ matrix.os }}
# name: "${{ matrix.os }} / Node ${{ matrix.node }} ${{ matrix.arch }}"
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
if: ${{ vars.NR_RUNNER != '' }}
strategy:
matrix:
node: [ 16, 18, 20, 22 ]
node: [ 18, 20, 22 ]
runs-on: ${{ vars.NR_RUNNER }}
name: Linux / Node ${{ matrix.node }} arm64
timeout-minutes: 15
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
node: [ 16, 18, 20, 22 ]
node: [ 18, 20, 22 ]
arch: [ x86, x64 ]
exclude:
# Ubuntu does not ship x86 builds.
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
os: [ macos-14 ]
node: [ 16, 18, 20, 22 ]
node: [ 18, 20, 22 ]
arch: [ arm64 ]
runs-on: ${{ matrix.os }}
name: "${{ matrix.os }} / Node ${{ matrix.node }} ${{ matrix.arch }}"
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
if: ${{ vars.NR_RUNNER != '' }}
strategy:
matrix:
node: [ 16, 18, 20, 22 ]
node: [ 18, 20, 22 ]
runs-on: ${{ vars.NR_RUNNER }}
name: Linux / Node ${{ matrix.node }} arm64
timeout-minutes: 15
Expand Down
Loading

0 comments on commit 9f2d5c3

Please sign in to comment.