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 712e052 commit 9ee8c5dCopy full SHA for 9ee8c5d
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@master
14
15
- name: Cache node modules
16
- uses: actions/cache@v1
+ uses: actions/cache@v4
17
with:
18
path: node_modules
19
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
0 commit comments