From 6ce3af08881f4789b9ca8f92dc39746df2f5c64d Mon Sep 17 00:00:00 2001 From: bingxin666 <73421892+bingxin666@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:26:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=B0node20=EF=BC=88?= =?UTF-8?q?=E4=B8=8D=E4=BC=9A=E7=82=B8=E5=90=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 9def218a..56ecaee2 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [20.x] os: [ubuntu-latest] fail-fast: false