We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c063655 commit 559f25dCopy full SHA for 559f25d
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: 20
17
18
- name: Cache node modules
19
- uses: actions/cache@v1
+ uses: actions/cache@v4
20
with:
21
path: ~/.npm
22
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
0 commit comments