Skip to content

Commit 93e8ad4

Browse files
committed
upgrade node from 21 to 22
1 parent aee081a commit 93e8ad4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 21.x
118+
node-version: 22.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: 21.x
140+
node-version: 22.x
141141
# for fixing Error: Cannot find module 'appdmg'
142142
- name: Install Python 3.11.4
143143
uses: actions/setup-python@v4

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Use Node.js
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: 21.x
29+
node-version: 22.x
3030
cache: "npm"
3131
cache-dependency-path: console/atest-ui/package-lock.json
3232
- name: Run GoReleaser
@@ -141,7 +141,7 @@ jobs:
141141
- name: Use Node.js
142142
uses: actions/setup-node@v3
143143
with:
144-
node-version: 21.x
144+
node-version: 22.x
145145
- name: Build Server on Windows
146146
if: runner.os == 'Windows'
147147
env:

0 commit comments

Comments
 (0)