From b7ddfae5f852c2948fab03e94751ce56f5f31ce0 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Sun, 28 Apr 2024 17:07:06 +0800 Subject: [PATCH] ci: test on Node.js 22 (#16545) --- .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 14805ff58e495b..52dc9cd290a6a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node_version: [18, 20] + node_version: [18, 20, 22] include: # Active LTS + other OS - os: macos-latest