Skip to content

Commit df9006a

Browse files
committed
fix(ci): add Forge to the lockfile update pipeline
1 parent 76b74d9 commit df9006a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dependabot-lockfile.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
node-version-file: "package.json"
3030
cache: "pnpm"
3131

32+
- name: Install Foundry
33+
uses: foundry-rs/foundry-toolchain@v1
34+
3235
- name: Update lockfile
3336
run: pnpm install --no-frozen-lockfile
3437

0 commit comments

Comments
 (0)