From 13854cbf36e287a6f11c00cefeb8b9a4d02309ee Mon Sep 17 00:00:00 2001 From: Leon Date: Thu, 5 Dec 2024 11:11:04 +0800 Subject: [PATCH] chore: update node version --- .github/workflows/main_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index 193199b..f9c8bca 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16, 'lts/*'] + node-version: [20, 'lts/*'] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2