Skip to content

Commit 39efac5

Browse files
authored
Merge pull request #91 from ether/revert/publish-env-var
revert: drop npm_config_strict_dep_builds workaround
2 parents 9c9edc9 + 9b8a033 commit 39efac5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/npmpublish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
permissions:
1818
contents: write # for the atomic version-bump push (branch + tag)
1919
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"
2520
steps:
2621
- uses: actions/setup-node@v6
2722
with:

0 commit comments

Comments
 (0)