Skip to content

Commit

Permalink
fix pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jul 11, 2024
1 parent abb0774 commit eaa3819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8

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

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@
},
"engines": {
"node": "16.* || 18.* || 20.*",
"npm": "7 || 8 || >= 9"
"pnpm": "9"
},
"packageManager": "[email protected]",
"cacheDirectories": [
"node_modules"
],
Expand Down

0 comments on commit eaa3819

Please sign in to comment.