fix: disable pnpm minimumReleaseAge in CI
CI / check (pull_request) Failing after 45s

This commit is contained in:
2026-06-04 10:10:52 +00:00
parent 49f096b18f
commit b2185f54c0
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
with:
node-version: 22
- run: corepack enable && pnpm install
- run: corepack enable && echo 'minimum-release-age=0' > .npmrc && pnpm install
- name: Build
run: pnpm run build