We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fa28e commit 8114d2dCopy full SHA for 8114d2d
.github/workflows/tests.yml
@@ -37,10 +37,10 @@ jobs:
37
uses: actions/cache@v4
38
with:
39
path: ~/.cache/mongodb-binaries
40
- key: ${{ matrix.node-version }}-${{ hashFiles('**/globalSetup.ts') }}
+ key: ${{ job.container.runs-on }}-${{ hashFiles('**/globalSetup.ts') }}
41
restore-keys: |
42
- ${{ matrix.node-version }}-
43
- ${{ matrix.node-version }}
+ ${{ job.container.runs-on }}-
+ ${{ job.container.runs-on }}
44
- name: Install node_modules
45
run: yarn
46
- name: TSCheck
0 commit comments