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 d826748 commit 885df65Copy full SHA for 885df65
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
node-version: current
29
registry-url: "https://registry.npmjs.org/"
30
- cache: "pnpm"
+ package-manager-cache: false
31
32
- name: 📦 Install dependencies
33
run: pnpm install
0 commit comments