Skip to content

Commit

Permalink
replace yarn ci with yarn install --frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuggins committed Oct 9, 2023
1 parent 78db569 commit 71cc418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn ci
- run: yarn install --frozen-lockfile
- run: yarn run lint
- run: yarn run format
- run: yarn run test
Expand Down

0 comments on commit 71cc418

Please sign in to comment.