Skip to content

Commit

Permalink
Remove --frozen-lockfile from config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-formio authored Oct 13, 2023
1 parent b577762 commit 77b06af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
uses: borales/actions-yarn@v4
with:
cmd: install --frozen-lockfile
cmd: install

- name: Lint
uses: borales/actions-yarn@v4
Expand Down Expand Up @@ -128,4 +128,4 @@ jobs:
- name: Test
uses: borales/actions-yarn@v4
with:
cmd: test
cmd: test

0 comments on commit 77b06af

Please sign in to comment.