fix: drop Node 18 from CI matrix — Vite 7.3 requires Node 20.19+

- Remove Node 18 from CI test matrix (crypto.hash not available)
- Update engines field to >=20.19
- Update README Node.js version references
This commit is contained in:
Nicolas Varrot
2026-02-13 12:58:23 +00:00
parent ad0efe3f5b
commit be8f5b62ff
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
node-version: [20, 22]
steps:
- uses: actions/checkout@v4