更新 .gitea/workflows/multiple.yml
This commit is contained in:
parent
17c2f8bb68
commit
f84b38578d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user