Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: add node v24
  • Loading branch information
snitin315 committed May 17, 2025
commit c29efd25aa4a07c5080a4733c30efb8e20232392
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
webpack-version: [latest]

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

runs-on: ${{ matrix.os }}

Expand Down
Loading