Skip to content

Commit ef123c6

Browse files
chore: update Node.js version to 20 in CI workflows
1 parent 051d9c5 commit ef123c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dapp-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Setup Node.js
9292
uses: actions/setup-node@v4
9393
with:
94-
node-version: '18.15.0'
94+
node-version: '20'
9595
cache: 'npm'
9696

9797
- name: Install dependencies

.github/workflows/dapp-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Setup Node.js
7676
uses: actions/setup-node@v4
7777
with:
78-
node-version: '18.15.0'
78+
node-version: '20'
7979
cache: 'npm'
8080

8181
- name: Install dependencies

0 commit comments

Comments
 (0)