Skip to content

Commit 9492985

Browse files
committed
fix: use public npm registry instead of Xero Artifactory
- Added .npmrc to force use of registry.npmjs.org - Regenerated package-lock.json with public registry URLs - Updated workflow to explicitly set registry for GitHub Actions - Added timeout to prevent hanging on npm install
1 parent 3ae3ee1 commit 9492985

2 files changed

Lines changed: 103 additions & 102 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org/

0 commit comments

Comments
 (0)