From 075fef0ea90bdd8d4c1f7f04e046db9245d3429d Mon Sep 17 00:00:00 2001 From: rob thijssen Date: Wed, 6 May 2026 16:16:07 +0300 Subject: [PATCH] =?UTF-8?q?fix(ci):=20drop=20Node.js=20install=20step=20?= =?UTF-8?q?=E2=80=94=20already=20on=20runner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitea/workflows/publish.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index a1185b6..b9bd1c7 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -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