From b6936fb37035afddf596594dc726def7299e42fb Mon Sep 17 00:00:00 2001 From: ShineShao Date: Sat, 1 Jun 2024 21:58:20 +0800 Subject: [PATCH] ci: add node@22.x --- .github/workflows/cl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cl.yml b/.github/workflows/cl.yml index 1197411..ec474a2 100644 --- a/.github/workflows/cl.yml +++ b/.github/workflows/cl.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x, 21.x] + node-version: [16.x, 18.x, 20.x, 21.x, 22.x] steps: - uses: actions/checkout@v4