Skip to content

Commit 5c9b506

Browse files
committed
remove cache, maybe it is faster?
1 parent 18bdcda commit 5c9b506

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- uses: actions/setup-node@v3
2727
with:
2828
node-version: 18
29-
cache: "pnpm"
3029

3130
- name: Install dependencies
3231
run: pnpm install

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- uses: actions/setup-node@v3
2727
with:
2828
node-version: 18
29-
cache: "pnpm"
3029

3130
- name: Install dependencies
3231
run: pnpm install

0 commit comments

Comments
 (0)