Split Github actions caches by architecture

This commit is contained in:
Ben Gotow 2025-01-02 15:28:18 -06:00
parent 1a8284df5e
commit be22f19fa4

View file

@ -23,7 +23,7 @@ jobs:
path: |
./node_modules
./app/node_modules
key: ${{ matrix.os }}-deps-${{ hashFiles('yarn.lock') }}-${{ hashFiles('app/package-lock.json') }}
key: ${{ matrix.os }}-${{ runner.arch }}-deps-${{ hashFiles('yarn.lock') }}-${{ hashFiles('app/package-lock.json') }}
- name: Install Dependencies
run: npm ci