From de7fb8a85a5053319ff6f6a3cba7aca226b74f59 Mon Sep 17 00:00:00 2001 From: JounQin Date: Tue, 14 May 2024 18:59:55 +0800 Subject: [PATCH] ci: stop testing on node 16 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db6f6a2f4..16b71cb02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,6 @@ jobs: strategy: matrix: node: - - 16 - 18 - 20 runs-on: ubuntu-latest