Skip to content

Commit 89ac590

Browse files
committed
fix: revert version from actions
1 parent c892993 commit 89ac590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Install pnpm
2525
id: pnpm-install
2626
with:
27-
version: 9
27+
# version: 9
2828
run_install: false
2929
- name: Get pnpm store directory
3030
id: pnpm-cache

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Install pnpm
2121
id: pnpm-install
2222
with:
23-
version: 9
23+
# version: 9
2424
run_install: false
2525
- name: Get pnpm store directory
2626
id: pnpm-cache

0 commit comments

Comments
 (0)