From 3c52a0840f7c3a3fcea972c7d03bc77d76ab6657 Mon Sep 17 00:00:00 2001 From: Susumu Fujii Date: Sat, 11 Jan 2025 23:23:52 +0900 Subject: [PATCH] topic: v1.2.3-alpha --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8ce3c7..a8d8d5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: cache: 'yarn' - name: Install dependencies - run: yarn install --frozen-lockfile + run: yarn install --immutable - name: Build Project run: yarn exec tsc --allowUnreachableCode --noCheck --project ./tsconfig.json