Commit 3fc1166a authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #6197 from ethereum-optimism/fix_pnpm_actions

Set up pnpm in release workflows
parents 9a37b531 3b43feb4
...@@ -31,6 +31,11 @@ jobs: ...@@ -31,6 +31,11 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0 fetch-depth: 0
- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.5
- name: Setup Node.js 16.x - name: Setup Node.js 16.x
uses: actions/setup-node@master uses: actions/setup-node@master
with: with:
......
...@@ -29,6 +29,11 @@ jobs: ...@@ -29,6 +29,11 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0 fetch-depth: 0
- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.5
- name: Setup Node.js 16.x - name: Setup Node.js 16.x
uses: actions/setup-node@master uses: actions/setup-node@master
with: with:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment