This commit is contained in:
CzBiX
2020-09-01 18:06:48 +08:00
parent c4b08e36cd
commit bfe0ba0fd0

View File

@@ -17,6 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
- uses: actions/cache@v2
id: cache
with:
path: node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}