From 30dc257ba7e51a0f63c11ea33cea377d8e6b2405 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Mon, 8 Jul 2024 12:47:39 +0100 Subject: [PATCH] ci updates --- .github/workflows/ci-build-ts.yml | 2 +- .github/workflows/ci-nym-wallet-storybook.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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