From dfe6f52f6acaa23389cb3ddfda80b76b601f7357 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 2 May 2023 16:17:37 +0800 Subject: [PATCH] Add test for Node.js 20, drop 19 --- .github/workflows/auto-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 94462712..ac9fd8d7 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] - node: [ 14, 16, 18, 19 ] + node: [ 14, 16, 18, 20 ] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: