Skip to content

Commit

Permalink
Fix supported networks update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-md committed Nov 21, 2024
1 parent a1fd48b commit 12bbd18
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/generate-supported-networks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- uses: actions/checkout@v4
- name: Install dependencies
run: pnpm install
shell: bash
run: pnpm install --frozen-lockfile
- name: Generate supported networks
run: pnpm generate-supported-networks
- uses: actions/checkout@v4
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5

0 comments on commit 12bbd18

Please sign in to comment.