Skip to content

Commit

Permalink
ci: remove node 21 and change node version on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Oct 18, 2023
1 parent 4301c10 commit 2a2408d
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 @@ -39,13 +39,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [18, 20, 21]
node_version: [18, 20]
include:
# Active LTS + other OS
- os: macos-latest
node_version: 20
- os: windows-latest
node_version: 20
node_version: 20.3.1 # https://github.com/nodejs/node/issues/48673
fail-fast: false

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

0 comments on commit 2a2408d

Please sign in to comment.