Skip to content
Snippets Groups Projects
Commit fdbcf8d9 authored by Tom French's avatar Tom French Committed by James Long
Browse files

ci: cache node_modules per runner os

parent 91147285
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ jobs:
id: cache
with:
path: '**/node_modules'
key: yarn-v1-${{ hashFiles('**/yarn.lock') }}
key: yarn-v1-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- name: Install
run: yarn --immutable
if: steps.cache.outputs.cache-hit != 'true'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment