From 0f967253b84560ef8a966cd5863a9ce3b0f32d46 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db6f6a2f4..bd7c6e337 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,9 @@ jobs: strategy: matrix: node: - - 16 - 18 - 20 + - 22 runs-on: ubuntu-latest steps: - name: Checkout Repo