Skip to content

Commit 86aa60d

Browse files
fix: remove pnpm restrict
1 parent 56dd930 commit 86aa60d

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/sdk.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,14 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
20-
with:
21-
fetch-depth: 0
2220

2321
- name: Setup pnpm
2422
uses: pnpm/action-setup@v4
25-
with:
26-
version: 9
2723

2824
- name: Setup Node
2925
uses: actions/setup-node@v4
3026
with:
3127
node-version: 24
32-
cache: pnpm
33-
registry-url: https://registry.npmjs.org
3428

3529
- name: Install deps
3630
run: pnpm install --frozen-lockfile

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
"prettier-plugin-organize-imports": "^4.3.0",
3535
"prettier-plugin-packagejson": "^3.0.0"
3636
},
37-
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34"
37+
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
3838
}

0 commit comments

Comments
 (0)