fix: build action

This commit is contained in:
hmol233
2021-09-11 18:37:02 +08:00
parent db3c7540e5
commit e95da031d1
6 changed files with 21 additions and 13 deletions
+3
View File
@@ -11,6 +11,9 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"