Commit 2a38ebe
committed
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments