Skip to content

Commit 0c93dfc

Browse files
authored
fix: removing pnpm version restriction from the setup action (#112)
2 parents a6de901 + 652b7ae commit 0c93dfc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/add-docs-to-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818

1919
- uses: pnpm/action-setup@v4
2020
with:
21-
version: 10
2221
run_install: true
2322

2423
- uses: actions/setup-node@v4

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- name: Install pnpm
2020
uses: pnpm/action-setup@v4
2121
with:
22-
version: 10
2322
run_install: true
2423

2524
- name: Setup Node

0 commit comments

Comments
 (0)