Skip to content

Commit

Permalink
remove --frozen-lockfile flag
Browse files Browse the repository at this point in the history
Signed-off-by: adi_holden <[email protected]>
  • Loading branch information
adiholden committed Sep 5, 2023
1 parent 35abffb commit 02ae20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bullmq-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
git clone https://github.com/dragonflydb/bullmq.git
cd bullmq
pwd
yarn install --ignore-engines --frozen-lockfile --non-interactive
yarn install --ignore-engines --non-interactive
yarn build
- name: Test BullMQ
run: |
Expand Down

0 comments on commit 02ae20b

Please sign in to comment.