chore: add path for yarn cache

This commit is contained in:
Matthew Russell
2023-11-13 17:01:10 -08:00
parent 75d9166260
commit 2491c1c118
+1
View File
@@ -63,6 +63,7 @@ jobs:
node-version-file: './frontend-monorepo/.nvmrc'
# https://stackoverflow.com/questions/61010294/how-to-cache-yarn-packages-in-github-actions
cache: yarn
cache-dependency-path: './frontend-monorepo/yarn.lock'
# Restore node_modules from cache if possible
- name: Restore node_modules from cache