From 9fadc6a9b9765cee6202f951325860f73ed01232 Mon Sep 17 00:00:00 2001 From: Justin H <84724234+JustinhSE@users.noreply.github.com> Date: Fri, 27 Feb 2026 12:58:17 -0500 Subject: [PATCH] Delete .github/workflows/ci.yml --- .github/workflows/ci.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 864510e..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Node.js CI - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - name: Setup Node.js - uses: actions/setup-node@v2 - with: - node-version: '16' - - name: Install dependencies - run: npm install -