Skip to content

Commit

Permalink
💚 ci: 修正 ci 构建问题
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jun 6, 2021
1 parent 42ffade commit 6a250a6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ jobs:
with:
node-version: '14'

- uses: c-hive/gha-yarn-cache@v1
- name: Cache multiple paths
uses: actions/cache@v2
with:
path: |
~/.npm
~/cache
!~/cache/exclude
**/node_modules
key: yarn-${{ runner.os }}-${{ hashFiles('package.json') }}

- name: install
run: yarn
Expand Down

0 comments on commit 6a250a6

Please sign in to comment.