Skip to content

Commit

Permalink
chore(dep): upgrade to pnpm 9 (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieumure authored Nov 21, 2024
1 parent 06c5df6 commit d28406b
Show file tree
Hide file tree
Showing 4 changed files with 2,752 additions and 2,244 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
- uses: actions/checkout@main
- uses: pnpm/[email protected]
name: Install pnpm
with:
version: 7
- uses: actions/setup-node@main
with:
cache: pnpm
Expand All @@ -29,8 +27,6 @@ jobs:
- uses: actions/checkout@main
- uses: pnpm/[email protected]
name: Install pnpm
with:
version: 7
- uses: actions/setup-node@main
with:
cache: pnpm
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/[email protected]
name: Install pnpm
with:
version: 7
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "lyonjs-website",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
Loading

0 comments on commit d28406b

Please sign in to comment.