-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dep): upgrade to pnpm 9 (#435)
- Loading branch information
1 parent
06c5df6
commit d28406b
Showing
4 changed files
with
2,752 additions
and
2,244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
"name": "lyonjs-website", | ||
"version": "0.1.0", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
|
Oops, something went wrong.