Commit graph

2 commits

Author SHA1 Message Date
Netajam
49287280c7 Use --legacy-peer-deps in release workflow
The release CI's `npm install` ran into the @types/node peer-dep
mismatch between the project's pinned `@types/node@^16` and
vitest@1.6.1's peerOptional `@types/node@^18 || >=20`. Locally we
work around this with --legacy-peer-deps; mirror that flag in CI so
the release build can produce main.js.
2026-04-27 22:12:56 +02:00
Netajam
1fbbc43093
Create release.yml 2025-04-09 15:28:24 +02:00