Skip to content

Commit

Permalink
workaround pnpm issues
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed May 27, 2024
1 parent af2694d commit 5c6e2d6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 9.1.3
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 9.1.3
- run: pnpm install
- run: pnpm run format:check

2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
link-workspace-packages=true
link-workspace-packages=deep
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"vike-react-query": "link:./packages/vike-react-query/"
}
},
"packageManager": "pnpm@9.1.2",
"devDependencies": {
"@biomejs/biome": "^1.6.4",
"@brillout/test-e2e": "^0.5.33",
Expand Down

0 comments on commit 5c6e2d6

Please sign in to comment.