From 82fdfecf3dec2159652e327265fb6223d9983357 Mon Sep 17 00:00:00 2001 From: bitbeckers Date: Fri, 7 Jun 2024 10:23:38 +0200 Subject: [PATCH] chore(gha): bypass frozen lockfile --- .github/workflows/ci-default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-default.yml b/.github/workflows/ci-default.yml index 38c84c90..81738848 100644 --- a/.github/workflows/ci-default.yml +++ b/.github/workflows/ci-default.yml @@ -54,7 +54,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v2 with: - version: 9.1.1 + version: 8.9.0 - name: Set up Node.js 18 uses: actions/setup-node@v3 with: @@ -64,7 +64,7 @@ jobs: uses: foundry-rs/foundry-toolchain@v1 - name: Install run: | - pnpm install --frozen-lockfile + pnpm install # Always run this step so that all linting errors can be seen at once. if: always() - name: Build