pnpm 11 enables supply-chain policy by default, blocking our recently-published packages. Echo minimum-release-age=0 into .npmrc at CI time (local .npmrc is gitignored for auth tokens).
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 22
|
||||||
|
|
||||||
- run: corepack enable && pnpm install
|
- run: corepack enable && echo 'minimum-release-age=0' > .npmrc && pnpm install
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user