Skip to content

Commit

Permalink
chore: fix pnpm version, fix rebase diff
Browse files Browse the repository at this point in the history
  • Loading branch information
akfm.sato authored and akfm.sato committed May 13, 2024
1 parent 0e6a8c0 commit 5d31eb3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 9
version: 9.1.0
run_install: false
- name: Install packages
run: pnpm i --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 9
version: 9.1.0
run_install: false
- name: Install packages
run: pnpm i --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 9
version: 9.1.0
run_install: false
- name: Install packages
run: pnpm i --ignore-scripts
Expand Down
3 changes: 2 additions & 1 deletion packages/location-state-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
},
"devDependencies": {
"@location-state/core": "workspace:*",
"next": "14.2.3"
"next": "14.2.3",
"@repo/configs": "workspace:*"
},
"peerDependencies": {
"next": "^13.0.0 || ^14.0.0",
Expand Down
3 changes: 3 additions & 0 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 5d31eb3

Please sign in to comment.