Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ci(check formatting): add pnpm installation
  • Loading branch information
jayeshbhole committed Aug 5, 2025
commit 35ee72d10ae1e34e8264a6ce4978110ba9e48d21
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10

- name: Install node_modules
uses: OffchainLabs/actions/node-modules/install@main
with:
Expand Down
Loading