From 74cc42f30fd6144939ce713f952ad3cc356145f2 Mon Sep 17 00:00:00 2001 From: rogeraabbccdd Date: Fri, 22 Sep 2023 20:00:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E5=AE=9A=20node.js=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c86565a..c1558ce4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,6 +8,9 @@ jobs: steps: - name: checkout uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: 16 - name: Install and Build run: | yarn