Skip to content

Commit 51ec3e4

Browse files
committed
don't setup node if we're not going to use it
1 parent ae0207b commit 51ec3e4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/code-health.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,6 @@ jobs:
150150
- uses: actions/checkout@v5
151151
with:
152152
persist-credentials: false
153-
- uses: pnpm/action-setup@v4
154-
- uses: actions/setup-node@v6
155-
with:
156-
node-version-file: package.json
157-
cache: "pnpm"
158153
- name: Install dependencies
159154
run: |
160155
sudo apt-get install -y git-secrets

0 commit comments

Comments
 (0)