Skip to content

Commit f767f4d

Browse files
ktamas77claude
andcommitted
ci: drop Node 18 from test matrix (vitest 4 needs Node 20+)
Vitest 4.x uses rolldown, which imports `styleText` from `node:util` — that export only exists from Node 20.12. The runtime package still supports Node 18.17+ (engines unchanged); only the test runner needs 20+. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a61c28c commit f767f4d

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
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node: ['18.x', '20.x', '22.x']
13+
node: ['20.x', '22.x']
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)