Skip to content

Commit 5a62719

Browse files
authored
upgrade node from 18 to 21
1 parent f8ab937 commit 5a62719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Use Node.js
116116
uses: actions/setup-node@v3
117117
with:
118-
node-version: 18.x
118+
node-version: 21.x
119119
cache: "npm"
120120
cache-dependency-path: console/atest-ui/package-lock.json
121121
- name: Build
@@ -137,7 +137,7 @@ jobs:
137137
- name: Use Node.js
138138
uses: actions/setup-node@v3
139139
with:
140-
node-version: 18.x
140+
node-version: 21.x
141141
# for fixing Error: Cannot find module 'appdmg'
142142
- name: Install Python 3.11.4
143143
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)