From 4c40a30911f4355626a2e968f9168132232be2ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Wed, 18 Oct 2023 19:29:49 -0500 Subject: [PATCH 1/2] Setup node 18 for testing matrix --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 419f558..5442bd6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -29,7 +29,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - node-version: [ 10, 12, 14, 16 ] + node-version: [ 10, 12, 14, 16, 18 ] steps: - uses: actions/checkout@v2 with: From b75c7a9a08fc713f816bd674ed69f3937b4a0106 Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Thu, 19 Oct 2023 16:26:28 +0800 Subject: [PATCH 2/2] Also add 18 to test lib --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b2234d3..3295e1b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -29,7 +29,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - node-version: [ 10, 12, 14, 15 ] + node-version: [ 10, 12, 14, 16, 18 ] env: SW_NODE_VERSION: ${{ matrix.node-version }} steps: