Browse Source

fix: yarn install command

Karol Sójko 3 năm trước cách đây
mục cha
commit
af68201a81
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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' }}