Test ethers 6.13.6-beta.1, use solc 0.8.27 and prague EVM version (#5663)
This commit is contained in:
3
.github/actions/setup/action.yml
vendored
3
.github/actions/setup/action.yml
vendored
@ -13,7 +13,8 @@ runs:
|
||||
path: '**/node_modules'
|
||||
key: npm-v3-${{ hashFiles('**/package-lock.json') }}
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
## TODO: Remove when EIP-7702 authorizations are enabled in latest non-beta ethers version
|
||||
run: npm ci --legacy-peer-deps
|
||||
shell: bash
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
- name: Install Foundry
|
||||
|
||||
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -118,6 +118,8 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up environment
|
||||
uses: ./.github/actions/setup
|
||||
## TODO: Remove when EIP-7702 authorizations are enabled in latest non-beta ethers version
|
||||
- run: rm package-lock.json package.json # Dependencies already installed
|
||||
- uses: crytic/slither-action@v0.4.1
|
||||
|
||||
codespell:
|
||||
|
||||
Reference in New Issue
Block a user