From 67dae4b261bbbbe4882d0cbbbfa921a8cf0733cb Mon Sep 17 00:00:00 2001 From: kvan7 Date: Thu, 28 May 2026 23:25:28 -0500 Subject: [PATCH] i love actions --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c3e25919..563ae93d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,8 +16,6 @@ jobs: steps: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 - with: - node-version: 24 - run: npm ci working-directory: ./renderer - run: npm run make-index-files @@ -41,8 +39,6 @@ jobs: steps: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 - with: - node-version: 24 - uses: actions/download-artifact@v8 with: name: renderer-dist