Skip to content

Commit

Permalink
updated registry
Browse files Browse the repository at this point in the history
  • Loading branch information
hansoksendahl committed May 14, 2024
1 parent fc6c2dc commit 3545509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
registry-url: "https://npm.pkg.github.com/"
registry-url: 'https://registry.npmjs.org/'
- run: bun install --frozen-lockfile
env:
BUN_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
registry-url: "https://npm.pkg.github.com/"
registry-url: 'https://registry.npmjs.org/'
- run: bun install --frozen-lockfile
- run: bun test

0 comments on commit 3545509

Please sign in to comment.