diff --git a/.github/workflows/ci-build-ts.yml b/.github/workflows/ci-build-ts.yml index 0cdc2fd79f..0c587e170b 100644 --- a/.github/workflows/ci-build-ts.yml +++ b/.github/workflows/ci-build-ts.yml @@ -21,7 +21,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 with: - version: 9 + run_install: true - name: Build run: pnpm i && pnpm run build && pnpm run build:ci:storybook diff --git a/.github/workflows/ci-nym-wallet-storybook.yml b/.github/workflows/ci-nym-wallet-storybook.yml index 4403474f48..8e032aef71 100644 --- a/.github/workflows/ci-nym-wallet-storybook.yml +++ b/.github/workflows/ci-nym-wallet-storybook.yml @@ -24,7 +24,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 with: - version: 9 + run_install: true - name: Install Rust stable uses: actions-rs/toolchain@v1