From bbcb63202f72fe65712197c28096ab5ad14216a4 Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Thu, 25 Apr 2024 13:29:06 +0800 Subject: [PATCH] ci: add node v22 (#2870) --- .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 6d056961b..73a839516 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [14, 16, 18, 21] + node: [14, 16, 18, 22] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4