Skip to content

Commit

Permalink
deps: switch opvious scope registry (#52)
Browse files Browse the repository at this point in the history
This should help with workflows triggered from PRs.
  • Loading branch information
mtth authored Dec 15, 2024
1 parent 862c302 commit 9dcd473
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
uses: actions/setup-node@v4
with:
cache: pnpm
registry-url: https://npm.pkg.github.com
- name: Install
run: pnpm i --ignore-scripts
env:
Expand Down Expand Up @@ -81,7 +80,6 @@ jobs:
uses: actions/setup-node@v4
with:
cache: pnpm
registry-url: https://npm.pkg.github.com
- name: Install
run: pnpm i
env:
Expand Down Expand Up @@ -136,7 +134,6 @@ jobs:
uses: actions/setup-node@v4
with:
cache: pnpm
registry-url: https://npm.pkg.github.com
- name: Install
run: pnpm i --ignore-scripts
env:
Expand Down Expand Up @@ -192,7 +189,6 @@ jobs:
uses: actions/setup-node@v4
with:
cache: pnpm
registry-url: https://npm.pkg.github.com
- name: Install
run: pnpm i --ignore-scripts
env:
Expand All @@ -207,11 +203,6 @@ jobs:
run: |
mv out/prebuilds/*/* packages/highs-addon/prebuilds
ls packages/highs-addon/prebuilds
- name: Point to NPM registry
uses: actions/setup-node@v4
with:
cache: pnpm
registry-url: https://registry.npmjs.org
- name: Publish
run: |
pnpm -r exec pnpm version ${{ needs.test.outputs.new-version }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
uses: actions/setup-node@v4
with:
cache: pnpm
registry-url: https://npm.pkg.github.com
- name: Install
run: pnpm i --ignore-scripts
env:
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9dcd473

Please sign in to comment.