Skip to content

Commit

Permalink
avoid running ci on node 22 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Dec 9, 2024
1 parent 9988439 commit 4e2e212
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x, 22.x]
node-version:
- 18.x
- 20.x
# Incompatible with the better-sqlite3 version used by core
# - 22.x
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 4e2e212

Please sign in to comment.