From e9d49134dd6a1c92bc61828fae1452a248150a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=B3=BD=E6=B1=9F?= Date: Wed, 15 May 2024 22:36:44 +0800 Subject: [PATCH] ci: update nodejs-compatibility-test.yml --- .github/workflows/nodejs-compatibility-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs-compatibility-test.yml b/.github/workflows/nodejs-compatibility-test.yml index 14d0efc..b76b22f 100644 --- a/.github/workflows/nodejs-compatibility-test.yml +++ b/.github/workflows/nodejs-compatibility-test.yml @@ -8,7 +8,7 @@ jobs: test: strategy: matrix: - node-version: [8.x, 10.x, 12.x, 14.x, 16.x] + node-version: [17.x, 18.x, 19.x 20.x] runs-on: ubuntu-latest