File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/setup-node@v1
2323 with :
24- node-version : 18 .x
24+ node-version : 20 .x
2525
2626 - name : Checkout repository
2727 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 2525 - name : Install Node.js
2626 uses : actions/setup-node@v1
2727 with :
28- node-version : 18 .x
28+ node-version : 20 .x
2929
3030 - name : Install and run Geth
3131 uses : ethers-io/run-geth-action@main
Original file line number Diff line number Diff line change 2525 strategy :
2626 fail-fast : false
2727 matrix :
28- node-version : [ 16 .x, 18 .x ]
28+ node-version : [ 18 .x, 20 .x ]
2929 test-type : [ esm, commonjs ]
3030
3131 steps :
6666 steps :
6767 - uses : actions/setup-node@v1
6868 with :
69- node-version : 18 .x
69+ node-version : 20 .x
7070
7171 - name : Install and run Geth
7272 uses : ethers-io/run-geth-action@main
Original file line number Diff line number Diff line change 2525 - name : Use Node.js
2626 uses : actions/setup-node@v1
2727 with :
28- node-version : 18 .x
28+ node-version : 20 .x
2929
3030 - name : Checkout repository
3131 uses : actions/checkout@v3
6565 - name : Use Node.js
6666 uses : actions/setup-node@v1
6767 with :
68- node-version : 18 .x
68+ node-version : 20 .x
6969
7070 - name : Checkout repository
7171 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments