Skip to content

Commit

Permalink
fix(ci): pnpm/action-setup@v2 failed due to an error ` ERR_PNPM_META_…
Browse files Browse the repository at this point in the history
…FETCH_FAIL  GET https://registry.npmjs.org/pnpm: Value of "this" must be of type URLSearchParams`

see pnpm/action-setup#135
  • Loading branch information
enuesaa committed Jul 3, 2024
1 parent ff4e8a6 commit 787ffc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '22'
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: '9'

Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '22'
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: '9'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '22'
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: '9'

Expand Down

0 comments on commit 787ffc2

Please sign in to comment.