Skip to content

Commit

Permalink
Use pnpm@9 (#148)
Browse files Browse the repository at this point in the history
* chore: Removed lockfile

* chore: Added lockfile

* chore: Ensured that pnpm@9 is used

* bugfix: Added packageManager (experimental, likely to be removed) due to limitations in Netlify

---------

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Aug 13, 2024
1 parent 97bf8a9 commit 47da527
Show file tree
Hide file tree
Showing 3 changed files with 11,555 additions and 8,678 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
uses: actions/checkout@v4

- name: Set up pnpm
uses: pnpm/action-setup@v3
with:
version: latest
uses: pnpm/action-setup@v4
# with:
# version: 9

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -74,9 +74,9 @@ jobs:
uses: actions/checkout@v4

- name: Set up pnpm
uses: pnpm/action-setup@v3
with:
version: latest
uses: pnpm/action-setup@v4
# with:
# version: 9

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -125,9 +125,9 @@ jobs:
uses: actions/checkout@v4

- name: Set up pnpm
uses: pnpm/action-setup@v3
with:
version: latest
uses: pnpm/action-setup@v4
# with:
# version: 9

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -166,9 +166,9 @@ jobs:
uses: actions/checkout@v4

- name: Set up pnpm
uses: pnpm/action-setup@v3
with:
version: latest
uses: pnpm/action-setup@v4
# with:
# version: 9

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -207,9 +207,9 @@ jobs:
uses: actions/checkout@v4

- name: Set up pnpm
uses: pnpm/action-setup@v3
with:
version: latest
uses: pnpm/action-setup@v4
# with:
# version: 9

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@
"@changesets/get-github-info": "^0.6.0",
"concurrently": "^8.2.2"
},
"packageManager": "[email protected]",
"engines": {
"node": "18.* || >= 20"
"node": "18.* || >= 20",
"pnpm": ">= 9"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit 47da527

Please sign in to comment.