Skip to content

Commit 2a38ebe

Browse files
fix: regenerate lockfile + add .npmrc to fix CI 403 on zwitch
- Deleted stale package-lock.json and ran npm install fresh — old lockfile had stale resolution metadata for zwitch@2.0.4 and other transitive deps that GitHub Actions npm registry was rejecting with 403 - Added .npmrc pinning public registry explicitly to prevent setup-node from forwarding any auth token to npmjs.org (common cause of 403s)
1 parent 09e7af4 commit 2a38ebe

2 files changed

Lines changed: 94 additions & 1180 deletions

File tree

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Public registry — no auth token forwarded (prevents spurious 403s on CI)
2+
registry=https://registry.npmjs.org/
3+
legacy-peer-deps=false

0 commit comments

Comments
 (0)