瀏覽代碼

fix: allow mutable yarn install on PR for dependabot purposes

Karol Sójko 1 年之前
父節點
當前提交
cd830cdf25
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .github/workflows/pr.yml

+ 3 - 3
.github/workflows/pr.yml

@@ -26,7 +26,7 @@ jobs:
         node-version-file: '.nvmrc'
 
     - name: Install
-      run: yarn install --immutable
+      run: yarn install
 
     - name: Build
       run: yarn build
@@ -54,7 +54,7 @@ jobs:
         node-version-file: '.nvmrc'
 
     - name: Install
-      run: yarn install --immutable
+      run: yarn install
 
     - name: Build
       if: steps.cache-build.outputs.cache-hit != 'true'
@@ -86,7 +86,7 @@ jobs:
         node-version-file: '.nvmrc'
 
     - name: Install
-      run: yarn install --immutable
+      run: yarn install
 
     - name: Build
       if: steps.cache-build.outputs.cache-hit != 'true'