From 17c2f8bb68cd07357a87073f3012711971c655cb Mon Sep 17 00:00:00 2001 From: huanghs Date: Wed, 2 Aug 2023 00:14:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/multiple.?= =?UTF-8?q?yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/multiple.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitea/workflows/multiple.yml b/.gitea/workflows/multiple.yml index 6946851..894015e 100644 --- a/.gitea/workflows/multiple.yml +++ b/.gitea/workflows/multiple.yml @@ -49,6 +49,12 @@ jobs: with: fetch-depth: 1 + - name: Setup Node + uses: actions/setup-node@v3 + with: + node-version: 16 + cache: 'yarn' + - name: Cache node modules uses: actions/cache@v3 with: @@ -66,6 +72,13 @@ jobs: with: fetch-depth: 1 + - name: Setup Node + uses: actions/setup-node@v3 + with: + node-version: 16 + cache: 'yarn' + + - name: Cache node modules uses: actions/cache@v3 with: