We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245ce80 commit 697423dCopy full SHA for 697423d
.github/workflows/release.yml
@@ -39,9 +39,8 @@ jobs:
39
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
40
restore-keys: ${{ runner.os }}-pnpm-
41
- run: |
42
- corepack enable
43
# https://www.npmjs.com/package/pnpm
44
- corepack prepare pnpm@10.9.0 --activate
+ npm install -g pnpm@10.9.0
45
pnpm config set store-dir ~/.local/share/pnpm/store
46
pnpm install
47
env:
package.json
@@ -59,6 +59,5 @@
59
"plugins": [
60
"prettier-plugin-organize-imports"
61
]
62
- },
63
- "packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
+ }
64
}
0 commit comments