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 bfa2a31 commit 9cefa47Copy full SHA for 9cefa47
1 file changed
.github/workflows/tests.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: ${{ matrix.node-version }}
26
27
- name: Cache node_modules
28
- uses: actions/cache@v4
+ uses: actions/cache@v5
29
with:
30
path: '**/node_modules'
31
key: ${{ runner.os }}-${{ matrix.node-version }}-modules-${{ hashFiles('**/yarn.lock') }}
0 commit comments