admin: fixed typo in CI workflow
This commit is contained in:
parent
d4af1046c8
commit
0816d54dd5
4
.github/workflows/test-ci.yml
vendored
4
.github/workflows/test-ci.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
- name: Install and run Geth
|
- name: Install and run Geth
|
||||||
uses: ethers-io/run-geth-action
|
uses: ethers-io/run-geth-action@main
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -67,7 +67,7 @@ jobs:
|
|||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
|
|
||||||
- name: Install and run Geth
|
- name: Install and run Geth
|
||||||
uses: ethers-io/run-geth-action
|
uses: ethers-io/run-geth-action@main
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user