Skip to content

Commit f39bce8

Browse files
committed
fix: downgrade pnpm in CI
This test doesn't run with 11.2.2 due to a new error: ``` [ERR_PNPM_IGNORED_BUILDS] Ignored build scripts: @mistydemeo/cargodisttest@file:axolotlsay-npm-package.tar.gz ```
1 parent 5cbd356 commit f39bce8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
key: ${{ matrix.os }}
129129
# install pnpm for npm runtests
130-
- run: npm i -g pnpm
130+
- run: npm i -g pnpm@10
131131
# install omnibor-cli for tests
132132
# NOTE: This is hard-coded to a specific version because omnibor-cli,
133133
# omnibor-rs, and gitoid are released on the same repo.

0 commit comments

Comments
 (0)