Skip to content

Commit e95211a

Browse files
committed
chore: removes duplicate ci.yml
chore: updates original CI.yml instead
1 parent e15c8ac commit e95211a

File tree

2 files changed

+10
-95
lines changed

2 files changed

+10
-95
lines changed

.github/workflows/CI.yml

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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
@@ -41,7 +41,7 @@ jobs:
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
@@ -56,7 +56,7 @@ jobs:
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
@@ -71,7 +71,7 @@ jobs:
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

.github/workflows/ci.yml

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)