Skip to content

Commit 7ff42c2

Browse files
RobertLDCopilot
andcommitted
fix: remove Node 18 from CI matrix (vitest 4.x requires Node 20+)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent bd0fca6 commit 7ff42c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
node-version: [18, 20, 22]
37+
node-version: [20, 22]
3838
steps:
3939
- uses: actions/checkout@v4
4040
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)