From eb620ee6d4cb298c79dc6291d16a69184bffa797 Mon Sep 17 00:00:00 2001 From: Michael Mainguy Date: Thu, 16 Oct 2025 08:46:06 -0500 Subject: [PATCH] Remove setup-node action for self-hosted runner. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/workflows/build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53eee86..3ad0fd0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,12 +14,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: '20' - cache: 'npm' - - name: Install dependencies run: npm ci