From 9befdd70cc2ec8130ca95d395fc33a7510af03e3 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sat, 26 Oct 2024 16:26:10 +0800 Subject: [PATCH] wip --- .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 bf76d9eb..74eb2490 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: [ 18, 20 ] + node: [ 18, 20, 22 ] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: