From f84b38578df6dcdff9ccf3a10894b8ef1e3c0e1c Mon Sep 17 00:00:00 2001 From: huanghs Date: Wed, 2 Aug 2023 00:17:14 +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 | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.gitea/workflows/multiple.yml b/.gitea/workflows/multiple.yml index 894015e..0f84fb7 100644 --- a/.gitea/workflows/multiple.yml +++ b/.gitea/workflows/multiple.yml @@ -16,12 +16,6 @@ jobs: - run: corepack enable - - name: Setup Node - uses: actions/setup-node@v3 - with: - node-version: 16 - cache: 'yarn' - - name: Hash files id: get-hash uses: https://gitea.com/seepine/hash-files@v1 @@ -49,12 +43,6 @@ 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: @@ -72,13 +60,6 @@ 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: