Skip to content

Commit 23672a3

Browse files
authored
chore: Upgrade node version to 20. (#3245)
* chore: Upgrade node version to 20. Signed-off-by: Eric Badiere <[email protected]> * chore: Updated references to node 20. Signed-off-by: Eric Badiere <[email protected]> --------- Signed-off-by: Eric Badiere <[email protected]>
1 parent 765ad27 commit 23672a3

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/conformity-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
repository: 'ethereum/execution-apis'
2828
path: 'execution-apis'
2929

30-
- name: Use Node.js TLS 18
30+
- name: Use Node.js TLS 20
3131
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
3232
with:
33-
node-version: 18
33+
node-version: 20
3434

3535
- name: Install dependencies
3636
run: npm install
@@ -59,10 +59,10 @@ jobs:
5959
- name: Checkout repository
6060
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6161

62-
- name: Use Node.js TLS 18
62+
- name: Use Node.js TLS 20
6363
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
6464
with:
65-
node-version: 18
65+
node-version: 20
6666

6767
- name: Install make
6868
run: sudo apt-get update; sudo apt-get install build-essential -y

.github/workflows/dapp.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
3535
with:
3636
node-version: 20
37-
#cache: "npm" Disabling this as it causes the workflow to hang, trying to retrieve the cache. Not removing it, because it could be retuned in the future.
38-
#cache-dependency-path: "**/package-lock.json"
3937

4038
- name: Install build tools
4139
run: sudo apt-get update && sudo apt-get install -y make gcc g++

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install build tools
2525
run: sudo apt-get update && sudo apt-get install -y make gcc g++
2626

27-
- name: Use Node.js TLS 18
27+
- name: Use Node.js TLS 20
2828
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2929
with:
3030
node-version: 20

0 commit comments

Comments
 (0)