浏览代码

fix: add immutable yarn install

Karol Sójko 3 年之前
父节点
当前提交
8c5c52770b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/version-bump.yml

+ 3 - 0
.github/workflows/version-bump.yml

@@ -32,6 +32,9 @@ jobs:
         with:
         with:
           node-version: '16.x'
           node-version: '16.x'
 
 
+      - name: Install locally
+        run: yarn install --immutable
+
       - name: Bump Prod Version
       - name: Bump Prod Version
         if: ${{ github.ref == 'refs/heads/main' }}
         if: ${{ github.ref == 'refs/heads/main' }}
         run: yarn release:prod
         run: yarn release:prod