Skip to content

Commit 6a1ecfc

Browse files
committed
cache bust on os change
1 parent 9ff701f commit 6a1ecfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev-containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Cache node_modules
8484
uses: actions/cache@v3
8585
with:
86-
key: ${{ runner.os }}-${{ env.VER }}-node${{ matrix.node }}-node_modules-${{ hashFiles('**/yarn.lock', '**/package.json') }}
86+
key: ${{ matrix.os }}-${{ env.VER }}-node${{ matrix.node }}-node_modules-${{ hashFiles('**/yarn.lock', '**/package.json') }}
8787
path: node_modules
8888
- name: Install Dependencies
8989
shell: bash
@@ -180,7 +180,7 @@ jobs:
180180
- name: Cache node_modules
181181
uses: actions/cache@v3
182182
with:
183-
key: ${{ runner.os }}-${{ env.VER }}-node${{ matrix.node }}-node_modules-${{ hashFiles('**/yarn.lock', '**/package.json') }}
183+
key: ${{ matrix.os }}-${{ env.VER }}-node${{ matrix.node }}-node_modules-${{ hashFiles('**/yarn.lock', '**/package.json') }}
184184
path: node_modules
185185
- name: Install Dependencies
186186
shell: bash

0 commit comments

Comments
 (0)