From 13ab7168797917b30b886f704f7ea56473448a63 Mon Sep 17 00:00:00 2001 From: Jingshao Chen Date: Tue, 18 Jun 2024 22:48:51 -0500 Subject: [PATCH] rm node 15 add 20 support --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 6b2ecd0..db47ee1 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [15.x, 16.x, 17.x, 18.x] + node-version: [16.x, 17.x, 18.x, 20.x] name: 'Integration Node v${{ matrix.node-version }}'