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 c5353c0 + 5a9e4ef commit 43d5bd5Copy full SHA for 43d5bd5
.github/workflows/CI.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v4
28
29
- name: Cache
30
- uses: actions/cache@v3
+ uses: actions/cache@v4
31
with:
32
path: |
33
~/.pnpm-store
@@ -106,7 +106,7 @@ jobs:
106
version: ${{ matrix.pnpm }}
107
108
- name: Cache node_modules
109
110
111
112
@@ -173,7 +173,7 @@ jobs:
173
174
175
176
177
178
179
0 commit comments