Skip to content

Commit

Permalink
fixup! deps: switch opvious scope registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth committed Dec 15, 2024
1 parent ac90642 commit e0f24e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 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

0 comments on commit e0f24e9

Please sign in to comment.