Skip to content

Commit 35dce7b

Browse files
committed
chore: use the packageManager field from package.json in github action
This is the default behavior when the version is not specified, allowing to have the same version without updating it in two places.
1 parent 05d9745 commit 35dce7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- name: Install pnpm
2424
uses: pnpm/[email protected]
25-
with:
26-
version: 8.6.3
2725
- name: Use Node.js ${{ matrix.node }}
2826
uses: actions/setup-node@v4
2927
with:

0 commit comments

Comments
 (0)