Skip to content

Commit 1e600ca

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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: 18.x
29+
node-version: 21.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: 18.x
144+
node-version: 21.x
145145
- name: Build Server on Windows
146146
if: runner.os == 'Windows'
147147
env:

0 commit comments

Comments
 (0)