We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e104794 commit 9cebcb6Copy full SHA for 9cebcb6
.github/workflows/binarytree-build.yml
@@ -25,17 +25,13 @@ jobs:
25
runs-on: ubuntu-24.04
26
27
steps:
28
- # Always check out the repository (don't rely on restoring the whole workspace from cache)
29
- uses: actions/checkout@v5
30
with:
31
submodules: recursive
32
33
- # Install pnpm first so setup-node's cache: 'pnpm' can find it
34
- name: Install pnpm
35
uses: pnpm/action-setup@v4
36
37
- # Use 'auto' if your root package.json has: { "packageManager": "pnpm@<version>" }
38
- version: auto
39
run_install: false
40
41
- name: Setup Node.js 20 (with pnpm store cache)
0 commit comments