Skip to content

Commit 6172013

Browse files
talionwarclaude
andcommitted
fix(ci): drop Node 18 from CI matrix
Vitest/rolldown requires node:util.styleText (Node 20.1+). Node 18 is EOL, keeping 20 and 22 in the matrix. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5eb1d58 commit 6172013

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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [18, 20, 22]
14+
node-version: [20, 22]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)