Skip to content

Commit

Permalink
🪲 CI is broken due to pnpm/action-setup@v2 fetch failing (LayerZero-L…
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandgoulding authored Jul 3, 2024
1 parent 5b3ac28 commit c641d31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/actions/setup-environment/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ description: Setup node & package manager, checkout code
runs:
using: "composite"
steps:
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
run_install: false

0 comments on commit c641d31

Please sign in to comment.