Skip to content

Commit ae5cb10

Browse files
committed
fix: remove Node.js 18.x from CI matrix
Vite 7.x requires Node.js 20.19+ or 22.12+, so Node.js 18.x is no longer supported.
1 parent e33d25d commit ae5cb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [18.x, 20.x, 22.x, 24.x]
11+
node-version: [20.x, 22.x, 24.x]
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)