浏览代码

fix: yarn install command

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

+ 1 - 1
.github/workflows/version-bump.yml

@@ -32,7 +32,7 @@ jobs:
         with:
           node-version: '16.x'
 
-      - run: yarn install --pure-lockfile
+      - run: yarn install
 
       - name: Bump Prod Version
         if: ${{ github.ref == 'refs/heads/main' }}