Skip to content

Commit

Permalink
chore: Upgrade node version to 20. (#3245) (#3247)
Browse files Browse the repository at this point in the history
* chore: Upgrade node version to 20.



* chore: Updated references to node 20.



---------

Signed-off-by: Eric Badiere <ebadiere@gmail.com>
  • Loading branch information
ebadiere authored Nov 11, 2024
1 parent 9d4fab7 commit a4099b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/conformity-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
repository: 'ethereum/execution-apis'
path: 'execution-apis'

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

- name: Install dependencies
run: npm install
Expand Down Expand Up @@ -59,10 +59,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

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

- name: Install make
run: sudo apt-get update; sudo apt-get install build-essential -y
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
cache: "npm"
cache-dependency-path: "**/package-lock.json"

- name: Install build tools
run: sudo apt-get update && sudo apt-get install -y make gcc g++
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install build tools
run: sudo apt-get update && sudo apt-get install -y make gcc g++

- name: Use Node.js TLS 18
- name: Use Node.js TLS 20
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
Expand Down

0 comments on commit a4099b4

Please sign in to comment.