fix(ci): drop Node.js install step — already on runner
Some checks failed
CI / check (push) Waiting to run
CI / fmt (push) Successful in 49s
CI / clippy (push) Successful in 1m37s
Publish / backend (push) Waiting to run
Publish / frontend (push) Failing after 28s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-06 16:16:07 +03:00
parent 2700821559
commit 075fef0ea9

View File

@@ -10,13 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Node.js
run: |
NODE_VERSION=22.17.0
curl -fsSL "https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz" | tar -xJ --strip-components=1 -C /usr/local
node --version
npm --version
- name: Build frontend
run: |
cd crates/ericrfb-frontend