From fc8019a265546965703096a8aa8b4916e19ec9ba Mon Sep 17 00:00:00 2001 From: voluntas Date: Sun, 15 Dec 2024 13:48:42 +0900 Subject: [PATCH] =?UTF-8?q?TypeScript=20=E3=81=AE=E3=83=86=E3=82=B9?= =?UTF-8?q?=E3=83=88=E3=82=92=205.1-5.7=20=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- CHANGES.md | 2 ++ README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 645feae4..c0b6bffc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: node: ["18", "20", "22"] - typescript: ["5.0", "5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7"] + typescript: ["5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7"] steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 diff --git a/CHANGES.md b/CHANGES.md index 268bc991..dd6b51b9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,6 +15,8 @@ - [UPDATE] パッケージ E2E テストに 2024.2.2 / 2024.2.0 / 2021.1.7 を追加する - @voluntas +- [ADD] CI に TypeScript 5.1 から 5.7 までのビルドとテストを追加する + - @voluntas - [ADD] E2E テストに `"type": "close"` のテストを追加する - @voluntas - [ADD] E2E テストに `"type": "switched"` のテストを追加する diff --git a/README.md b/README.md index 4682ba47..13271398 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Please read before use. ## システム条件 - WebRTC SFU Sora 2024.1.0 以降 -- TypeScript 5.2 以降 +- TypeScript 5.1 以降 ### 注意