Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Removed immutable option with yarn (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
mc2eqe authored Nov 28, 2023
1 parent 98756ff commit 8528396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
GH_RELEASE_GITHUB_API_TOKEN: ${{ secrets.GIT_USER_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn install --immutable | grep -v 'YN0013'
yarn install | grep -v 'YN0013'
yarn ${{ matrix.step }}
dummy:
Expand Down

0 comments on commit 8528396

Please sign in to comment.