From bef7f03aa8fdcba1085a551efbadef0d5b2ab789 Mon Sep 17 00:00:00 2001 From: zhenghaole <89932980@qq.com> Date: Wed, 20 Nov 2024 08:48:05 +0800 Subject: [PATCH] =?UTF-8?q?updated=20=E6=B5=8B=E8=AF=95=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0862155..4b37667 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] + node-version: [20.x, 22.x] steps: - uses: actions/checkout@v3