Skip to content

Commit 23c6367

Browse files
committed
build(workflows): remove pnpm version specification
The pnpm version specification has been removed from the release workflow. This change ensures that the latest version of pnpm is used by default, removing the need to manually specify version 10 in the workflow configuration.
1 parent a2ccdd0 commit 23c6367

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- name: Setup pnpm
2121
uses: pnpm/action-setup@v4
2222
with:
23-
version: 10
2423
run_install: false
2524

2625
- name: Setup Node.js

0 commit comments

Comments
 (0)