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 0b388bd commit 2ff2bb8Copy full SHA for 2ff2bb8
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
node-version: 18
22
- name: Cache Node.js modules
23
- uses: actions/cache@v1
+ uses: actions/cache@v4
24
25
path: ~/.pnpm-store
26
key: ${{ runner.OS }}-node-${{ hashFiles('**/package.json') }}
0 commit comments