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 2ff2bb8 commit 055ad81Copy full SHA for 055ad81
.github/workflows/lint-prettier.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
node-version: 18
21
- name: Cache Node.js modules
22
- uses: actions/cache@v1
+ uses: actions/cache@v4
23
24
path: ~/.pnpm-store
25
key: ${{ runner.OS }}-node-${{ hashFiles('**/package.json') }}
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
0 commit comments