Skip to content

Commit

Permalink
feat(ci): Adds macos-13, node-21
Browse files Browse the repository at this point in the history
* adapts failure handling
  • Loading branch information
GoetzGoerisch committed Oct 18, 2023
1 parent 31c3028 commit feb982b
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 @@ -13,9 +13,10 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x]
os: [macos-11, macos-12, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022]
node-version: [18.x, 20.x, 21.x]
os: [macos-11, macos-12, macos-13, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit feb982b

Please sign in to comment.