File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments