Skip to content

Commit 0533634

Browse files
committed
Rollback pnpm/action-setup update
1 parent b1fb697 commit 0533634

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v6
1717
- name: Install pnpm
18-
uses: pnpm/action-setup@v6
18+
uses: pnpm/action-setup@v5
1919
with:
2020
version: 10
2121
run_install: false

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v6
1515
- name: Install pnpm
16-
uses: pnpm/action-setup@v6
16+
uses: pnpm/action-setup@v5
1717
with:
1818
version: 10
1919
run_install: false

0 commit comments

Comments
 (0)