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 eef706f commit 139cfdeCopy full SHA for 139cfde
.github/workflows/tests.yml
@@ -37,7 +37,10 @@ jobs:
37
uses: actions/cache@v4
38
with:
39
path: ~/.cache/mongodb-binaries
40
- key: ${{ matrix.node-version }}
+ key: ${{ matrix.node-version }}-${{ hashFiles('**/globalSetup.ts') }}
41
+ restore-keys: |
42
+ ${{ matrix.node-version }}-
43
+ ${{ matrix.node-version }}
44
- name: Install node_modules
45
run: yarn
46
- name: TSCheck
0 commit comments