From 601cfef85e6d2472561fbe4913a1b53430784c59 Mon Sep 17 00:00:00 2001 From: Jay Fong Date: Wed, 10 Jan 2024 09:05:55 +0800 Subject: [PATCH] =?UTF-8?q?chore(test):=20=E6=96=B0=E5=A2=9E=20node=2020?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a69d312..4f743f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: ['14', '16', '18'] + node: ['14', '16', '18', '20'] runs-on: ${{ matrix.os }} steps: - name: Checkout