Add caching

This commit is contained in:
Christian Klemm
2019-11-12 21:14:42 +01:00
committed by GitHub
parent 4d1c53eb1e
commit 86e63b1614

View File

@@ -19,6 +19,12 @@ jobs:
- name: Install Packages
run: yarn install
- name: Cache Node Modules
uses: actions/cache@v1
with:
path: node_modules
key: $GITHUB_REF
- name: Run Build
run: yarn build