Skip to content

Commit

Permalink
remove package.json#packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed May 27, 2024
1 parent fa88017 commit 4e2c768
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 9.1.3
- run: pnpm install
- run: pnpm build
- name: Deploy
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
"react-dom": "^18.2.0",
"vite": "^4.3.9",
"zdog": "1.1.3"
},
"packageManager": "pnpm@9.1.2"
}
}

0 comments on commit 4e2c768

Please sign in to comment.