Added yarn cache to Github actions

main
Guus van Meerveld 2 years ago
parent 71c1e38d22
commit 215bb60d83
Signed by: Guusvanmeerveld
GPG Key ID: 2BA7D7912771966E

@ -24,6 +24,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: "16.x"
cache: "yarn"
- name: Install npm dependencies
run: yarn install
@ -55,6 +56,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: "16.x"
cache: "yarn"
- name: Install npm dependencies
run: yarn install

Loading…
Cancel
Save