Skip to content

Commit

Permalink
chore!: Bump NodeJS versions in CI & update deps (#1466)
Browse files Browse the repository at this point in the history
* chore!: Bump node versions in CI

Drop Node 16 (EOL) and add Node 22 (LTS)

* chore(deps): Update some dependencies

These can be bumped now that we don't need to support Node 16
  • Loading branch information
dpogue committed Aug 18, 2024
1 parent fb8eeab commit 1aea8e7
Show file tree
Hide file tree
Showing 3 changed files with 1,019 additions and 720 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
os: [macos-14]

steps:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
Loading

0 comments on commit 1aea8e7

Please sign in to comment.