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 28c286f commit b91b0ddCopy full SHA for b91b0dd
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@master
27
28
- name: cache node_modules
29
- uses: actions/cache@v3
+ uses: actions/cache@v4
30
with:
31
path: node_modules
32
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }}
0 commit comments