Skip to content

Commit 01acdd5

Browse files
Merge branch 'main' into release
2 parents aa93bde + 5b3ae78 commit 01acdd5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
with:
2020
node-version: '18.x'
2121
registry-url: 'https://registry.npmjs.org'
22-
cache: 'pnpm'
23-
22+
package-manager-cache: false
23+
2424
- name: Installing Dependencies
2525
run: pnpm install
2626

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
node-version: '18.x'
1919
registry-url: 'https://registry.npmjs.org'
20+
package-manager-cache: false
2021

2122
- name: Install pnpm
2223
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)