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 f8ab937 commit 5a62719Copy full SHA for 5a62719
.github/workflows/build.yaml
@@ -115,7 +115,7 @@ jobs:
115
- name: Use Node.js
116
uses: actions/setup-node@v3
117
with:
118
- node-version: 18.x
+ node-version: 21.x
119
cache: "npm"
120
cache-dependency-path: console/atest-ui/package-lock.json
121
- name: Build
@@ -137,7 +137,7 @@ jobs:
137
138
139
140
141
# for fixing Error: Cannot find module 'appdmg'
142
- name: Install Python 3.11.4
143
uses: actions/setup-python@v4
0 commit comments