Skip to content

Commit

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

* chore: Recreated 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 5abe585 commit 9781ee7
Show file tree
Hide file tree
Showing 3 changed files with 10,344 additions and 7,669 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,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 All @@ -54,9 +54,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 @@ -119,9 +119,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 @@ -162,9 +162,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 @@ -203,9 +203,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 @@ -29,8 +29,10 @@
"concurrently": "^8.2.2",
"lerna-changelog": "^2.2.0"
},
"packageManager": "[email protected]",
"engines": {
"node": "18.* || >= 20"
"node": "18.* || >= 20",
"pnpm": ">= 9"
},
"changelog": {
"labels": {
Expand Down
Loading

0 comments on commit 9781ee7

Please sign in to comment.