From a48d836a6a8cf003f635c19126d07de9bcb8b08a Mon Sep 17 00:00:00 2001 From: Revone Date: Thu, 21 Sep 2023 13:06:39 +0800 Subject: [PATCH] [ci] node.js matrix shorten to [18.x, 20.x] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3adfce8..17581ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x] + node-version: [18.x, 20.x] steps: - name: Checkout code uses: actions/checkout@v4