From 7684204c207485997ed408561653dd3e0f720e19 Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Thu, 25 Apr 2024 13:24:46 +0800 Subject: [PATCH] ci: add node v22 --- .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