Skip to content

Commit

Permalink
ci: use Node 22 for macOS and Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Oct 31, 2024
1 parent 3194a6a commit ea69aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
include:
# Active LTS + other OS
- os: macos-latest
node_version: 20
node_version: 22
- os: windows-latest
node_version: 20
node_version: 22
fail-fast: false

name: "Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }}"
Expand Down

0 comments on commit ea69aae

Please sign in to comment.