File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,11 @@ jobs:
203203 env :
204204 RUNNER_OS_NAME : ${{ matrix.os }}
205205
206- - name : Modern Integration Tests
206+ - name : Setup Node 20
207+ uses : actions/setup-node@v4
208+ with :
209+ node-version : 20
210+ - name : Smoke Test Modern Bundle
207211 if : ${{ !contains(github.event.head_commit.message, '[skip test]') }}
208212 run : |
209213 node ./dist/modern/setup-cpp.mjs --help
@@ -215,17 +219,10 @@ jobs:
215219 uses : actions/setup-node@v4
216220 with :
217221 node-version : 12
218- - name : Smoke Test Node 12
222+ - name : Smoke Test Legacy Bundle
219223 run : |
220224 node ./dist/legacy/setup-cpp.js --help
221-
222- - name : Setup Node 16
223- uses : actions/setup-node@v4
224- with :
225- node-version : 16
226- - name : Smoke Test Node 16
227- run : |
228- node ./dist/modern/setup-cpp.mjs --help
225+ node ./dist/legacy/setup-cpp.js --gcc true --cmake true
229226
230227 Docker :
231228 name : Docker-${{ matrix.container.image }}
You can’t perform that action at this time.
0 commit comments