Skip to content

Commit

Permalink
Added node 23 environment to GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vrza committed Oct 24, 2024
1 parent 96574a4 commit e1ab810
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ jobs:
strategy:
matrix:
virtual-environment: ['ubuntu-latest', 'windows-2019']
node: [12, 14, 16, 18, 20, 22]
node: [12, 14, 16, 18, 20, 22, 23]
include:
- virtual-environment: 'macos-latest'
node: 18
- virtual-environment: 'macos-latest'
node: 20
- virtual-environment: 'macos-latest'
node: 22
- virtual-environment: 'macos-latest'
node: 23

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

Expand Down

0 comments on commit e1ab810

Please sign in to comment.