We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c9edc9 + 9b8a033 commit 39efac5Copy full SHA for 39efac5
1 file changed
.github/workflows/npmpublish.yml
@@ -17,11 +17,6 @@ jobs:
17
permissions:
18
contents: write # for the atomic version-bump push (branch + tag)
19
id-token: write # for npm OIDC trusted publishing
20
- env:
21
- # pnpm 10.7+ treats ignored postinstalls as hard errors. Demote
22
- # to warning so new transitive deps (e.g. unrs-resolver) don\'t break
23
- # the release step.
24
- npm_config_strict_dep_builds: "false"
25
steps:
26
- uses: actions/setup-node@v6
27
with:
0 commit comments