Skip to content

Commit

Permalink
TypeScript のテストを 5.1-5.7 にする
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Dec 15, 2024
1 parent 4c7ca15 commit fc8019a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` のテストを追加する
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Please read <https://github.com/shiguredo/oss> before use.
## システム条件

- WebRTC SFU Sora 2024.1.0 以降
- TypeScript 5.2 以降
- TypeScript 5.1 以降

### 注意

Expand Down

0 comments on commit fc8019a

Please sign in to comment.