fix(ci): set legacy-peer-deps to fix npm ci ERESOLVE

vitest@4 declares an optional peer on @types/node>=20 while this project
pins @types/node@^16, so `npm ci` fails with ERESOLVE on npm 10 (node 22
in CI). Accept the resolution so release/CI/docs `npm ci` and local
`npm i` all succeed; the peer is optional and the vitest suite passes.
This commit is contained in:
RAIT-09 2026-06-20 14:11:37 +09:00
parent 4fd2d047c2
commit edb1cfc9f0

3
.npmrc
View file

@ -1 +1,2 @@
tag-version-prefix=""
tag-version-prefix=""
legacy-peer-deps=true