tests: bumped Node versions for testing (#4451)

This commit is contained in:
Richard Moore 2023-11-11 18:47:10 -05:00
parent a92766e56a
commit 944cbbc0a5
4 changed files with 6 additions and 6 deletions

@ -21,7 +21,7 @@ jobs:
steps: steps:
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: 18.x node-version: 20.x
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3

@ -25,7 +25,7 @@ jobs:
- name: Install Node.js - name: Install Node.js
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: 18.x node-version: 20.x
- name: Install and run Geth - name: Install and run Geth
uses: ethers-io/run-geth-action@main uses: ethers-io/run-geth-action@main

@ -25,7 +25,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
node-version: [ 16.x, 18.x ] node-version: [ 18.x, 20.x ]
test-type: [ esm, commonjs ] test-type: [ esm, commonjs ]
steps: steps:
@ -66,7 +66,7 @@ jobs:
steps: steps:
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: 18.x node-version: 20.x
- name: Install and run Geth - name: Install and run Geth
uses: ethers-io/run-geth-action@main uses: ethers-io/run-geth-action@main

@ -25,7 +25,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: 18.x node-version: 20.x
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
@ -65,7 +65,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: 18.x node-version: 20.x
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3