Skip to content

Commit c48f4dd

Browse files
ci: update Node.js version to 18 in workflow files
1 parent b7e2b9e commit c48f4dd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/dapp-manual-operations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Setup Node.js
9999
uses: actions/setup-node@v4
100100
with:
101-
node-version: '20'
101+
node-version: '18'
102102
cache: 'npm'
103103

104104
- name: Install dependencies

.github/workflows/sdk-manual-operations.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- uses: actions/setup-node@v4
3535
with:
36-
node-version: 20
36+
node-version: 18
3737
cache: 'npm'
3838
cache-dependency-path: package-lock.json
3939

@@ -57,7 +57,7 @@ jobs:
5757

5858
- uses: actions/setup-node@v4
5959
with:
60-
node-version: 20
60+
node-version: 18
6161
cache: 'npm'
6262
cache-dependency-path: package-lock.json
6363

@@ -94,7 +94,7 @@ jobs:
9494

9595
- uses: actions/setup-node@v4
9696
with:
97-
node-version: 20
97+
node-version: 18
9898
cache: 'npm'
9999
cache-dependency-path: package-lock.json
100100

@@ -117,7 +117,7 @@ jobs:
117117

118118
- uses: actions/setup-node@v4
119119
with:
120-
node-version: 20
120+
node-version: 18
121121

122122
- name: Deprecate version
123123
run: |
@@ -138,7 +138,7 @@ jobs:
138138

139139
- uses: actions/setup-node@v4
140140
with:
141-
node-version: 20
141+
node-version: 18
142142

143143
- name: Undeprecate version
144144
run: |

.github/workflows/sdk-pr-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: '20'
18+
node-version: '18'
1919
cache: 'npm'
2020

2121
- name: Install dependencies
@@ -34,7 +34,7 @@ jobs:
3434

3535
- uses: actions/setup-node@v4
3636
with:
37-
node-version: 20
37+
node-version: 18
3838
cache: 'npm'
3939
cache-dependency-path: package-lock.json
4040

0 commit comments

Comments
 (0)