Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
permissions:
contents: write # for the atomic version-bump push (branch + tag)
id-token: write # for npm OIDC trusted publishing
env:
# pnpm 10.7+ treats ignored postinstalls as hard errors. Demote
# to warning so new transitive deps (e.g. unrs-resolver) don\'t break
# the release step.
npm_config_strict_dep_builds: "false"
steps:
- uses: actions/setup-node@v6
with:
Expand Down
Loading