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 53d31d5 commit 2d7182bCopy full SHA for 2d7182b
.github/workflows/ci.yml
@@ -19,8 +19,8 @@ jobs:
19
with:
20
node-version: '18.x'
21
registry-url: 'https://registry.npmjs.org'
22
- cache: 'pnpm'
23
-
+ package-manager-cache: false
+
24
- name: Installing Dependencies
25
run: pnpm install
26
.github/workflows/release.yml
@@ -17,6 +17,7 @@ jobs:
17
18
- name: Install pnpm
uses: pnpm/action-setup@v4
0 commit comments