From f7cf332935f983479ae620c4253b117a35dd1830 Mon Sep 17 00:00:00 2001 From: Chase Eller Date: Sun, 22 Mar 2026 18:20:18 -0400 Subject: [PATCH] Update ciNew.yaml --- .github/workflows/ciNew.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ciNew.yaml b/.github/workflows/ciNew.yaml index da3a763..54fa6c7 100644 --- a/.github/workflows/ciNew.yaml +++ b/.github/workflows/ciNew.yaml @@ -13,12 +13,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 install