From a3bb701757127ffe05e773a2e449136b9b7efcb3 Mon Sep 17 00:00:00 2001 From: Anna Bocharova Date: Tue, 21 Mar 2023 05:01:54 +0100 Subject: [PATCH] Testing on Typescript 5.0 (#2221) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f2744596..23121c90e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: node: ["18"] - typescript: ["4.5", "4.6", "4.7", "4.8", "4.9"] + typescript: ["4.5", "4.6", "4.7", "4.8", "4.9", "5.0"] name: Test with TypeScript ${{ matrix.typescript }} on Node ${{ matrix.node }} steps: - uses: actions/checkout@v2