更新 .gitea/workflows/multiple.yml
This commit is contained in:
parent
91fb705b3c
commit
67b82c8f2b
@ -22,7 +22,9 @@ jobs:
|
|||||||
node-version: 16
|
node-version: 16
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
|
|
||||||
- run: echo ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
|
- run: |
|
||||||
|
echo ${{ runner.os }}
|
||||||
|
echo ${{ hashFiles('yarn.lock') }}
|
||||||
|
|
||||||
- name: Cache node modules
|
- name: Cache node modules
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user