From e1a5d99e5d844e12eefb3bcda5cbb955e14b4c0f Mon Sep 17 00:00:00 2001 From: SoraSuegami Date: Fri, 11 Oct 2024 23:13:50 +0900 Subject: [PATCH] Add --immutable to github action --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c184338..2b225da 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -25,7 +25,7 @@ jobs: - name: Install yarn run: npm install -g yarn - name: Install dependencies - run: yarn + run: yarn install --immutable # - name: Create build folder # run: mkdir build # - name: Run Linters