Skip to content

Commit 2248f8f

Browse files
Merge pull request #830 from NullVoxPopuli/ts-5
Add TS 5.0 to support
2 parents fd28684 + 0767c08 commit 2248f8f

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.changeset/selfish-chairs-jam.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"ember-resources": patch
3+
---
4+
5+
Support TS 5.0

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
typescript-scenario:
5858
- typescript@4.8
5959
- typescript@4.9
60+
- typescript@5.0
6061

6162
steps:
6263
- uses: actions/checkout@v3

.github/workflows/weekly-typescript.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
typescript-scenario:
4040
- typescript@4.8
4141
- typescript@4.9
42+
- typescript@5.0
4243
- typescript@next
4344

4445
steps:

0 commit comments

Comments
 (0)