Skip to content

Commit 4648baa

Browse files
committed
fix(ci): pnpm/action-setup@v2 failed due to an error  ERR_PNPM_META_FETCH_FAIL  GET https://registry.npmjs.org/pnpm: Value of "this" must be of type URLSearchParams
see pnpm/action-setup#135
1 parent ff4e8a6 commit 4648baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-node@v3
1818
with:
1919
node-version: '22'
20-
- uses: pnpm/action-setup@v2
20+
- uses: pnpm/action-setup@v4
2121
with:
2222
version: '9'
2323

0 commit comments

Comments
 (0)