From 385b2aa240917a4d909801c4afc4556b6cea420d Mon Sep 17 00:00:00 2001 From: elizielx Date: Fri, 9 Feb 2024 00:52:02 +0800 Subject: [PATCH] fix: pnpm lockfile freezing issue --- .github/workflows/release-android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-android.yml b/.github/workflows/release-android.yml index 5cafdc4..7c179fc 100644 --- a/.github/workflows/release-android.yml +++ b/.github/workflows/release-android.yml @@ -30,7 +30,7 @@ jobs: node-version: 21.1.0 cache: "pnpm" - name: Install Node.js dependencies - run: pnpm install + run: pnpm install --no-frozen-lockfile - name: Build app # Temporarily using development build since production build is broken run: pnpm nx run app:build:development