@@ -231,7 +231,7 @@ jobs:
231
231
runs-on : ubuntu-latest
232
232
strategy :
233
233
matrix :
234
- node : [8, 10, 12, 14, 16]
234
+ node : [8, 10, 12, 14, 16, 18 ]
235
235
steps :
236
236
- name : Check out current commit (${{ env.HEAD_COMMIT }})
237
237
uses : actions/checkout@v2
@@ -270,7 +270,7 @@ jobs:
270
270
runs-on : ubuntu-latest
271
271
strategy :
272
272
matrix :
273
- node : [10, 12, 14, 16]
273
+ node : [10, 12, 14, 16, 18 ]
274
274
steps :
275
275
- name : Check out current commit (${{ env.HEAD_COMMIT }})
276
276
uses : actions/checkout@v2
@@ -310,10 +310,10 @@ jobs:
310
310
uses : actions/checkout@v2
311
311
with :
312
312
ref : ${{ env.HEAD_COMMIT }}
313
- # TODO: removing `fetch-depth` below seems to have no effect, and the commit which added it had no description,
314
- # so it's not clear why it's necessary. That said, right now ember tests are xfail, so it's a little hard to
315
- # tell if it's safe to remove. Once ember tests are fixed, let's try again with it turned off, and if all goes
316
- # well, we can pull it out.
313
+ # TODO: removing `fetch-depth` below seems to have no effect, and the commit which added it had no description,
314
+ # so it's not clear why it's necessary. That said, right now ember tests are xfail, so it's a little hard to
315
+ # tell if it's safe to remove. Once ember tests are fixed, let's try again with it turned off, and if all goes
316
+ # well, we can pull it out.
317
317
fetch-depth : 0
318
318
- name : Set up Node
319
319
uses : actions/setup-node@v1
@@ -369,7 +369,7 @@ jobs:
369
369
- name : Set up Node
370
370
uses : actions/setup-node@v1
371
371
with :
372
- node-version : ' 16 '
372
+ node-version : ' 18 '
373
373
- name : Check dependency cache
374
374
uses : actions/cache@v2
375
375
with :
@@ -468,7 +468,7 @@ jobs:
468
468
continue-on-error : true
469
469
strategy :
470
470
matrix :
471
- node : [10, 12, 14, 16]
471
+ node : [10, 12, 14, 16, 18 ]
472
472
steps :
473
473
- name : Check out current commit (${{ github.sha }})
474
474
uses : actions/checkout@v2
@@ -503,7 +503,7 @@ jobs:
503
503
runs-on : ubuntu-latest
504
504
strategy :
505
505
matrix :
506
- node : [8, 10, 12, 14, 16]
506
+ node : [8, 10, 12, 14, 16, 18 ]
507
507
steps :
508
508
- name : Check out current commit (${{ env.HEAD_COMMIT }})
509
509
uses : actions/checkout@v2
@@ -542,7 +542,7 @@ jobs:
542
542
runs-on : ubuntu-latest
543
543
strategy :
544
544
matrix :
545
- node : [10, 12, 14, 16]
545
+ node : [10, 12, 14, 16, 18 ]
546
546
steps :
547
547
- name : Check out current commit (${{ env.HEAD_COMMIT }})
548
548
uses : actions/checkout@v2
@@ -583,10 +583,10 @@ jobs:
583
583
uses : actions/checkout@v2
584
584
with :
585
585
ref : ${{ env.HEAD_COMMIT }}
586
- # TODO: removing `fetch-depth` below seems to have no effect, and the commit which added it had no description,
587
- # so it's not clear why it's necessary. That said, right now ember tests are xfail, so it's a little hard to
588
- # tell if it's safe to remove. Once ember tests are fixed, let's try again with it turned off, and if all goes
589
- # well, we can pull it out.
586
+ # TODO: removing `fetch-depth` below seems to have no effect, and the commit which added it had no description,
587
+ # so it's not clear why it's necessary. That said, right now ember tests are xfail, so it's a little hard to
588
+ # tell if it's safe to remove. Once ember tests are fixed, let's try again with it turned off, and if all goes
589
+ # well, we can pull it out.
590
590
fetch-depth : 0
591
591
- name : Set up Node
592
592
uses : actions/setup-node@v1
@@ -640,7 +640,7 @@ jobs:
640
640
- name : Set up Node
641
641
uses : actions/setup-node@v1
642
642
with :
643
- node-version : ' 16 '
643
+ node-version : ' 18 '
644
644
- name : Check dependency cache
645
645
uses : actions/cache@v2
646
646
with :
@@ -742,7 +742,7 @@ jobs:
742
742
continue-on-error : true
743
743
strategy :
744
744
matrix :
745
- node : [10, 12, 14, 16]
745
+ node : [10, 12, 14, 16, 18 ]
746
746
steps :
747
747
- name : Check out current commit (${{ github.sha }})
748
748
uses : actions/checkout@v2
0 commit comments