Skip to content

Commit 9cebcb6

Browse files
committed
chore: remove auto version
1 parent e104794 commit 9cebcb6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/binarytree-build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,13 @@ jobs:
2525
runs-on: ubuntu-24.04
2626

2727
steps:
28-
# Always check out the repository (don't rely on restoring the whole workspace from cache)
2928
- uses: actions/checkout@v5
3029
with:
3130
submodules: recursive
3231

33-
# Install pnpm first so setup-node's cache: 'pnpm' can find it
3432
- name: Install pnpm
3533
uses: pnpm/action-setup@v4
3634
with:
37-
# Use 'auto' if your root package.json has: { "packageManager": "pnpm@<version>" }
38-
version: auto
3935
run_install: false
4036

4137
- name: Setup Node.js 20 (with pnpm store cache)

0 commit comments

Comments
 (0)