Skip to content

Commit

Permalink
ci: fix pnpm version (#10252)
Browse files Browse the repository at this point in the history
Fixes broken release CI: https://github.com/ethereum-optimism/optimism/actions/runs/8788831115/job/24117187007

We have too many dependencies in the monorepo to manage them all without
accidentally breaking things. We will remove `pnpm` soon TM.
  • Loading branch information
tynes authored Apr 22, 2024
1 parent f0a5ee3 commit 3fc229e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ runs:
using: composite
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.6.5
version: 9
- name: Setup node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 3fc229e

Please sign in to comment.