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:
203
203
env :
204
204
RUNNER_OS_NAME : ${{ matrix.os }}
205
205
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
207
211
if : ${{ !contains(github.event.head_commit.message, '[skip test]') }}
208
212
run : |
209
213
node ./dist/modern/setup-cpp.mjs --help
@@ -215,17 +219,10 @@ jobs:
215
219
uses : actions/setup-node@v4
216
220
with :
217
221
node-version : 12
218
- - name : Smoke Test Node 12
222
+ - name : Smoke Test Legacy Bundle
219
223
run : |
220
224
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
229
226
230
227
Docker :
231
228
name : Docker-${{ matrix.container.image }}
You can’t perform that action at this time.
0 commit comments