Skip to content

Commit

Permalink
fix(build): add Node 22 and ubuntu-24.04, drop Node 21
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Oct 1, 2024
1 parent e3ed8b2 commit 534eb14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x, 21.x]
os: [ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022]
node-version: [18.x, 20.x, 22.x]
os:
[ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 534eb14

Please sign in to comment.