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 45558f6 commit 3f01737Copy full SHA for 3f01737
.github/workflows/stage-2-test.yaml
@@ -62,7 +62,7 @@ jobs:
62
uses: actions/cache@v4
63
with:
64
path: node_modules
65
- key: ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}
+ key: ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}-${{ github.sha }}
66
restore-keys: |
67
${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-
68
${{ runner.os }}-node-modules-
0 commit comments