Skip to content

Commit 4e6c905

Browse files
committed
ci: drop node 18 from test matrix
vitest 4 depends on rolldown which requires node:util.styleText (added in node 21). node 18 is EOL since april 2025 and package.json already declares engines >= 20. Confidence: high Scope-risk: narrow
1 parent a06dcb9 commit 4e6c905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.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

1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)