Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
strategy:
fail-fast: false
matrix:
# Cover the engines.node range declared in package.json (>=18):
# the supported minimum, current LTS, and latest LTS.
node-version: ['18', '20', '22']
# Cover the engines.node range declared in package.json (>=20.19):
# current LTS and latest LTS. Node 18 is EOL for this stack — the
# eslint 10 toolchain requires ^20.19.0 || ^22.13.0 || >=24.
node-version: ['20', '22']
name: ci (Node ${{ matrix.node-version }})
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
Expand Down
Loading