Skip to content

Commit

Permalink
[BREAKING] Require Node.js >= 20.11.0 (#360)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Support for older Node.js and npm releases has been dropped.
Only Node.js v20.11.0 and npm v8 or higher are supported.
  • Loading branch information
d3xter666 authored Aug 1, 2024
1 parent d6394c2 commit e31fcbd
Show file tree
Hide file tree
Showing 3 changed files with 540 additions and 170 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

- uses: actions/[email protected]

- name: Use Node.js LTS 16.18.0
- name: Use Node.js LTS 20.11.0
uses: actions/[email protected]
with:
node-version: 16.18.0
node-version: 20.11.0

- name: Install dependencies
run: npm ci
Expand All @@ -35,13 +35,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [20]
node-version: [20, 22]
os: [ubuntu-latest, windows-latest, macOS-latest]
include:
- node-version: 16
os: ubuntu-latest
- node-version: 18
os: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:

Expand Down
Loading

0 comments on commit e31fcbd

Please sign in to comment.