Skip to content

Commit

Permalink
revert frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed May 16, 2023
1 parent d968833 commit ab2d39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'

- run: pnpm install -no-frozen-lockfile
- run: pnpm install --frozen-lockfile

- name: Build
run: pnpm -F @ensdomains/thorin build
Expand Down

0 comments on commit ab2d39e

Please sign in to comment.