Skip to content

Commit

Permalink
bugfix: Added packageManager (experimental, likely to be removed) due…
Browse files Browse the repository at this point in the history
… to limitations in Netlify
  • Loading branch information
ijlee2 committed Aug 13, 2024
1 parent 93f76cf commit 8bab998
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

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

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand All @@ -55,8 +55,8 @@ jobs:

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

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

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

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

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

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

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

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"concurrently": "^8.2.2",
"lerna-changelog": "^2.2.0"
},
"packageManager": "[email protected]",
"engines": {
"node": "18.* || >= 20",
"pnpm": ">= 9"
Expand Down

0 comments on commit 8bab998

Please sign in to comment.