Skip to content

Commit 944cbbc

Browse files
committed
tests: bumped Node versions for testing (#4451)
1 parent a92766e commit 944cbbc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

.github/workflows/test-browser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

.github/workflows/test-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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:
@@ -66,7 +66,7 @@ jobs:
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

.github/workflows/test-env.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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
@@ -65,7 +65,7 @@ jobs:
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

0 commit comments

Comments
 (0)