From 79354eee0f2caf8ea14d9b8e92f9303d2249311a Mon Sep 17 00:00:00 2001 From: tonycode2012 Date: Fri, 15 Dec 2023 14:43:19 +0800 Subject: [PATCH] Update node version in git workflows --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2f73299..32dbcce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x] + node-version: [20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}