Browse Source

fix: add immutable yarn install

Karol Sójko 3 years ago
parent
commit
8c5c52770b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/version-bump.yml

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

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