chore: don't try to install nodecar dependencies

This commit is contained in:
zhom
2025-07-04 02:44:46 +04:00
parent 76bcb73b39
commit 29603076f7
4 changed files with 0 additions and 20 deletions
-5
View File
@@ -48,10 +48,5 @@ jobs:
- name: Install dependencies from lockfile
run: pnpm install --frozen-lockfile
- name: Install nodecar dependencies
working-directory: ./nodecar
run: |
pnpm install --frozen-lockfile
- name: Run lint step
run: pnpm run lint:js