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.
2 parents 5537283 + 7d7ce4f commit e39cceeCopy full SHA for e39ccee
.github/workflows/continuous-integration.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
node-version: '14'
20
- name: Cache Node.js modules
21
- uses: actions/cache@v2
+ uses: actions/cache@v4
22
23
path: "**/node_modules"
24
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
0 commit comments