Skip to content

Commit

Permalink
Add Node version 23 to the sanity checks CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedRadone authored and moodmosaic committed Jan 9, 2025
1 parent 6237887 commit d774bf1
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 @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
node: [22, 20, 18]
node: [23, 22, 20, 18]

steps:
- name: Checkout code
Expand All @@ -40,7 +40,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [22, 20, 18]
node: [23, 22, 20, 18]

steps:
- name: Checkout code
Expand Down

0 comments on commit d774bf1

Please sign in to comment.