Skip to content

Commit a466678

Browse files
committed
Drop TS v4
1 parent 9847a49 commit a466678

2 files changed

Lines changed: 1 addition & 31 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -147,36 +147,6 @@ jobs:
147147
env:
148148
SCENARIO: ${{ matrix.try-scenario }}
149149

150-
typecheck_v4:
151-
name: '4.* ${{ matrix.typescript-scenario }}'
152-
runs-on: ubuntu-latest
153-
# if: ${{ fromJSON(needs.setup.outputs.pending).atAll.typecheck }}
154-
timeout-minutes: 2
155-
needs: [test]
156-
continue-on-error: true
157-
strategy:
158-
fail-fast: true
159-
matrix:
160-
typescript-scenario:
161-
- typescript@4.8
162-
- typescript@4.9
163-
164-
steps:
165-
- uses: wyvox/action@v1
166-
with:
167-
repo-token: ${{ secrets.GITHUB_TOKEN }}
168-
- run: pnpm build
169-
- run: pnpm i -f # injected deps
170-
- name: 'Change TS to ${{ matrix.typescript-scenario }}'
171-
run: |
172-
pnpm add --save-dev ${{ matrix.typescript-scenario}}
173-
pnpm remove @tsconfig/ember
174-
pnpm add @tsconfig/ember@^2.0.0
175-
working-directory: ./test-app
176-
- name: 'Type checking'
177-
run: pnpm turbo --filter 'test-app' lint:types
178-
179-
180150
typecheck_v5:
181151
name: '5.* ${{ matrix.typescript-scenario }}'
182152
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Resources for reactive data fetching with ember-data's `store` service.
88
* ember-data v3.28 or above
99
* ember-auto-import v2 or above
1010
* ember-resources v5.3 or above
11-
* typescript v4.8 or above
11+
* typescript v5 or above
1212

1313
## Installation
1414

0 commit comments

Comments
 (0)