File tree Expand file tree Collapse file tree 2 files changed +10
-95
lines changed Expand file tree Collapse file tree 2 files changed +10
-95
lines changed Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 strategy :
2828 matrix :
29- node-version : ["12 "]
29+ node-version : ["16 "]
3030
3131 steps :
3232 - uses : actions/checkout@v2
4141 runs-on : ubuntu-latest
4242 strategy :
4343 matrix :
44- node-version : ["12 "]
44+ node-version : ["16 "]
4545
4646 steps :
4747 - uses : actions/checkout@v2
5656 runs-on : ubuntu-latest
5757 strategy :
5858 matrix :
59- node-version : ["12 "]
59+ node-version : ["16 "]
6060
6161 steps :
6262 - uses : actions/checkout@v2
7171 runs-on : ubuntu-latest
7272 strategy :
7373 matrix :
74- node-version : ["12 "]
74+ node-version : ["16 "]
7575
7676 steps :
7777 - uses : actions/checkout@v2
@@ -91,23 +91,17 @@ jobs:
9191 fail-fast : true
9292 matrix :
9393 ember-try-scenario :
94- - ember-lts-3.4
95- - ember-lts-3.8
96- - ember-lts-3.12
97- - ember-lts-3.16
98- - ember-lts-3.20
99- - ember-lts-3.24
94+ - ember-default
95+ - ember-lts-4.4
96+ - ember-lts-4.8
10097 - ember-release
10198 - ember-beta
102- allow-failure : [false]
103- include :
104- - ember-try-scenario : ember-canary
105- allow-failure : true
99+ - ember-canary
106100 steps :
107101 - uses : actions/checkout@v2
108102 with :
109- node-version : 12 .x
103+ node-version : 16 .x
110104 - name : install dependencies
111105 run : yarn install
112106 - name : test
113- run : node_modules/.bin/ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup
107+ run : node_modules/.bin/ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments