Skip to content

Commit

Permalink
chore(gha): bypass frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Jun 7, 2024
1 parent 21ac38b commit 82fdfec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9.1.1
version: 8.9.0
- name: Set up Node.js 18
uses: actions/setup-node@v3
with:
Expand All @@ -64,7 +64,7 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1
- name: Install
run: |
pnpm install --frozen-lockfile
pnpm install
# Always run this step so that all linting errors can be seen at once.
if: always()
- name: Build
Expand Down

0 comments on commit 82fdfec

Please sign in to comment.