Skip to content

Commit a056562

Browse files
authored
ci: Remove pnpm version from publish workflow (#77)
This failed because I also have the pnpm version saved in package.json: https://github.com/developmentseed/deck.gl-raster/actions/runs/20351997654/job/58478667252 ``` Error: Multiple versions of pnpm specified: - version 10 in the GitHub Action config with the key "version" - version pnpm@10.25.0 in the package.json with the key "packageManager" ```
1 parent f7eb5ac commit a056562

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- uses: pnpm/action-setup@v4
21-
with:
22-
version: 10
2321
- name: Use Node.js 20
2422
uses: actions/setup-node@v4
2523
with:

0 commit comments

Comments
 (0)