Skip to content

Commit

Permalink
remove --frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anajuliabit committed Jun 23, 2024
1 parent a4bff49 commit de94c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
uses: "oven-sh/setup-bun@v1"

- name: "Install the Node.js dependencies"
run: "bun install --frozen-lockfile"
run: "bun install"

- name: "Run Slither analysis"
uses: "crytic/[email protected]"
Expand Down

0 comments on commit de94c4d

Please sign in to comment.