Commit d36bdd3c authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub

Merge branch 'develop' into inphi/cannon-test

parents a8a63290 3fc1166a
---
'@eth-optimism/contracts-bedrock': patch
'@eth-optimism/core-utils': patch
'@eth-optimism/sdk': patch
---
Delete dead typescript https://github.com/ethereum-optimism/optimism/pull/6148.
......@@ -31,6 +31,11 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.5
- name: Setup Node.js 16.x
uses: actions/setup-node@master
with:
......
......@@ -29,6 +29,11 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.5
- name: Setup Node.js 16.x
uses: actions/setup-node@master
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