From df97fea05f4c0ea44b56907f6b063e11a13dd4e1 Mon Sep 17 00:00:00 2001 From: wood chen Date: Fri, 21 Mar 2025 20:16:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Node.js=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=87=B3=2022.x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42a2985..6f9362b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '22.x' - name: Get Version id: version