Skip to content

Commit 697423d

Browse files
committed
chore: remove corepack
1 parent 245ce80 commit 697423d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ jobs:
3939
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
4040
restore-keys: ${{ runner.os }}-pnpm-
4141
- run: |
42-
corepack enable
4342
# https://www.npmjs.com/package/pnpm
44-
corepack prepare pnpm@10.9.0 --activate
43+
npm install -g pnpm@10.9.0
4544
pnpm config set store-dir ~/.local/share/pnpm/store
4645
pnpm install
4746
env:

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,5 @@
5959
"plugins": [
6060
"prettier-plugin-organize-imports"
6161
]
62-
},
63-
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
62+
}
6463
}

0 commit comments

Comments
 (0)