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 92cdca1 commit a4258ecCopy full SHA for a4258ec
.github/workflows/continuous-integration.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- uses: actions/checkout@v2
18
19
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
20
with:
21
path: ~/.npm
22
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
0 commit comments