Skip to content

Commit

Permalink
Merge pull request #90 from planetarium/remove-limitation
Browse files Browse the repository at this point in the history
chore: remove pnpm version limitation
  • Loading branch information
moreal authored Jun 17, 2024
2 parents da77ad9 + 75ab822 commit a50c056
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9.1.2
version: 9
run_install: true
- run: pnpm build
- name: jsr publish dry-run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9.1.2
version: 9
if: ${{ matrix.packageManagerName == 'pnpm' }}
- name: Check installable
run: |
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
"patchedDependencies": {
"@planetarium/[email protected]": "patches/@[email protected]"
}
},
"packageManager": "[email protected]+sha512.127dc83b9ea10c32be65d22a8efb4a65fb952e8fefbdfded39bdc3c97efc32d31b48b00420df2c1187ace28c921c902f0cb5a134a4d032b8b5295cbfa2c681e2"
}
}

0 comments on commit a50c056

Please sign in to comment.