diff --git a/.changeset/selfish-chairs-jam.md b/.changeset/selfish-chairs-jam.md new file mode 100644 index 000000000..cf5eb86a3 --- /dev/null +++ b/.changeset/selfish-chairs-jam.md @@ -0,0 +1,5 @@ +--- +"ember-resources": patch +--- + +Support TS 5.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d84d6c35..9ede9893d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,7 @@ jobs: typescript-scenario: - typescript@4.8 - typescript@4.9 + - typescript@5.0 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/weekly-typescript.yml b/.github/workflows/weekly-typescript.yml index 371d935d9..a4c0b53d2 100644 --- a/.github/workflows/weekly-typescript.yml +++ b/.github/workflows/weekly-typescript.yml @@ -39,6 +39,7 @@ jobs: typescript-scenario: - typescript@4.8 - typescript@4.9 + - typescript@5.0 - typescript@next steps: