From 40aa741851239f69707b7c26f3b71cea2e080400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=80=8D=E4=B8=BA?= Date: Wed, 5 Mar 2025 09:44:25 +0800 Subject: [PATCH] fix: update action workflow --- .github/workflows/build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54367ac..d80c6af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,11 +6,12 @@ jobs: build: runs-on: macOS-latest steps: - - uses: actions/checkout@v1 - - name: Use Node.js 12 - uses: actions/setup-node@v1 + - name: Checkout + uses: actions/checkout@v2.3.4 + - name: Setup Node.js environment + uses: actions/setup-node@v2.1.5 with: - node-version: 12.10.0 + node-version: '20' - name: npm install run: | npm install