From e5d99b9948355617b92e5ef4bf293d6e1a70b350 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Wed, 2 Nov 2022 20:48:01 -0400 Subject: [PATCH] Update TS test matrix to 4.9 RC --- .github/workflows/build-and-test-types.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test-types.yml b/.github/workflows/build-and-test-types.yml index 1e69831f..63521db3 100644 --- a/.github/workflows/build-and-test-types.yml +++ b/.github/workflows/build-and-test-types.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['14.x'] + node: ['16.x'] steps: - name: Checkout code @@ -16,7 +16,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v2 with: - node-version: 14.x + node-version: 16.x cache: 'yarn' - name: Install dependencies @@ -47,8 +47,8 @@ jobs: strategy: fail-fast: false matrix: - node: ['14.x'] - ts: ['4.2', '4.3', '4.4', '4.5', '4.6', 'next'] + node: ['16.x'] + ts: ['4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9.2-rc'] steps: - name: Checkout repo uses: actions/checkout@v2