From 79b400991b4ceecbedae0870835b32b23a484dce Mon Sep 17 00:00:00 2001 From: kahirokunn Date: Tue, 3 Oct 2023 13:29:33 +0900 Subject: [PATCH 1/2] chore: Switch 4.9.2-rc to 4.9.5 since 4.9.5 has been released in TypeScript --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fd2580847f..205b77db50 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -105,7 +105,7 @@ jobs: fail-fast: false matrix: node: ['16.x'] - ts: ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9.2-rc'] + ts: ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9.5'] steps: - name: Checkout repo uses: actions/checkout@v2 From 6234e63ceaebd836e0b512e35ac2227ef27e59e9 Mon Sep 17 00:00:00 2001 From: kahirokunn Date: Wed, 4 Oct 2023 07:37:51 +0900 Subject: [PATCH 2/2] chore: Type testing is now also performed in 5.0, 5.1, and 5.2. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 205b77db50..2aec029d2d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -105,7 +105,7 @@ jobs: fail-fast: false matrix: node: ['16.x'] - ts: ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9.5'] + ts: ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9.5', '5.0', '5.1', '5.2'] steps: - name: Checkout repo uses: actions/checkout@v2