chore: migrate from blacksmith to fully use self-hosted workers

This commit is contained in:
LukeGus
2026-05-27 18:47:24 -05:00
parent 184e573caa
commit 4816844bf0
4 changed files with 8 additions and 8 deletions
+2 -1
View File
@@ -6,7 +6,7 @@ on:
jobs:
lint-and-build:
runs-on: blacksmith-2vcpu-ubuntu-2404
runs-on: self-hosted
env:
NODE_OPTIONS: "--max-old-space-size=4096"
@@ -19,6 +19,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
- name: Install dependencies
run: npm ci