Browse Source

fix: yarn install command

Karol Sójko 3 years ago
parent
commit
af68201a81
1 changed files with 1 additions and 1 deletions
  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' }}