From 0c8b98db6f4bf798516899f211b5b9677fcd7e4a Mon Sep 17 00:00:00 2001 From: twinh Date: Sat, 3 Feb 2024 12:27:17 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=20node=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dfd91a0..cb5224c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [ 12, 14, 16 ] + node-version: [ 14, 16, 18, 20 ] steps: - uses: actions/checkout@v2