We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a62719 commit 1e600caCopy full SHA for 1e600ca
.github/workflows/release.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Use Node.js
27
uses: actions/setup-node@v3
28
with:
29
- node-version: 18.x
+ node-version: 21.x
30
cache: "npm"
31
cache-dependency-path: console/atest-ui/package-lock.json
32
- name: Run GoReleaser
@@ -141,7 +141,7 @@ jobs:
141
142
143
144
145
- name: Build Server on Windows
146
if: runner.os == 'Windows'
147
env:
0 commit comments