Skip to content

Use new allowBuilds key to fix pnpm postinstall scripts#236

Merged
Inrixia merged 1 commit into
Inrixia:masterfrom
darius-it:fix-pnpm-builds
Jun 20, 2026
Merged

Use new allowBuilds key to fix pnpm postinstall scripts#236
Inrixia merged 1 commit into
Inrixia:masterfrom
darius-it:fix-pnpm-builds

Conversation

@darius-it

Copy link
Copy Markdown
Contributor

Seems like the build failure originates from pnpm v11 changing some keys and tightening security (and it's automatically pulled since the pnpm version in the action is set to latest).

In v11, the correct key for allowing build scripts is now called allowBuilds: https://pnpm.io/settings#allowbuilds

If you're very suspicious about build scripts you could seemingly also allow the scripts only for pinned versions of those packages, but that's up to you how worried you are about supply chain stuff :)

@Inrixia
Inrixia merged commit f8d0410 into Inrixia:master Jun 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants