From 59245e624d6b51ca7cfbe3ec35c1ef9c6b94ebb8 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 30 Jul 2023 19:02:36 +0800 Subject: [PATCH] Update workflow's Node.js version to 20 (#3503) --- .github/workflows/auto-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index e1e43ccf..161c5bc5 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest, ARM64] - node: [ 14, 18 ] + node: [ 14, 20 ] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: @@ -50,7 +50,7 @@ jobs: strategy: matrix: os: [ ARMv7 ] - node: [ 14.21.3, 18.16.1 ] + node: [ 14.21.3, 20.5.0 ] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: