From dbd3b6ce0a460390843c8fa5f7db9be848e4890d Mon Sep 17 00:00:00 2001 From: Aaron Po Date: Sun, 1 Feb 2026 12:40:40 -0500 Subject: [PATCH] Delete .github/workflows/github-actions-demo.ymlw --- .github/workflows/github-actions-demo.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/github-actions-demo.yml diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml deleted file mode 100644 index af513ae..0000000 --- a/.github/workflows/github-actions-demo.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Node.js CI - -on: [push] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Use Node.js - uses: actions/setup-node@v3 - with: - node-version: 18 - - - name: Install dependencies - run: npm ci