Skip to content

Commit

Permalink
remove frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Mar 8, 2024
1 parent f62b830 commit e72b193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: yarn --frozen-lockfile
- run: yarn
- run: yarn build
- run: yarn lint

Expand All @@ -41,5 +41,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: yarn --frozen-lockfile
- run: yarn
- run: yarn test

0 comments on commit e72b193

Please sign in to comment.