Skip to content

Commit

Permalink
Added node 24 to the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vrza committed Jan 17, 2025
1 parent 9e29bcd commit bcc9357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
virtual-environment: ['ubuntu-latest', 'windows-2019', 'ubuntu-24.04-arm']
node: [16, 18, 20, 22, 23]
node: [16, 18, 20, 22, 24]
include:
- virtual-environment: 'macos-latest'
node: 18
Expand All @@ -18,7 +18,7 @@ jobs:
- virtual-environment: 'macos-latest'
node: 22
- virtual-environment: 'macos-latest'
node: 23
node: 24

runs-on: ${{ matrix.virtual-environment }}

Expand Down

0 comments on commit bcc9357

Please sign in to comment.