We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 208cd83 + 20bc0a2 commit 58f4313Copy full SHA for 58f4313
.github/workflows/mocha.yml
@@ -23,7 +23,7 @@ jobs:
23
node-version: '${{ matrix.node }}'
24
- uses: actions/checkout@v4
25
- name: 'Cache node_modules'
26
- uses: actions/cache@v3
+ uses: actions/cache@v4
27
with:
28
path: ~/.npm
29
key: ${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}
0 commit comments