Skip to content

Commit

Permalink
ci: use 21.1, because 21.2 is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Nov 28, 2023
1 parent 8d07567 commit 686330e
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 @@ -6,15 +6,15 @@ jobs:
build:
strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 21.x]
node-version: [16.x, 18.x, 20.x, 21.1.x]
platform:
- ubuntu-latest
- macos-latest
include:
- platform: windows-latest
node-version: 20.x
- platform: windows-latest
node-version: 21.x
node-version: 21.1.x

fail-fast: false

Expand Down

0 comments on commit 686330e

Please sign in to comment.