From dc37502d1535945469f0024d0f2367518d6cb9a5 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 25 Jan 2024 01:15:00 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad7c8af3..dbd6cb68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI/CD +name: CI on: push: @@ -6,18 +6,8 @@ on: - gh-pages jobs: - ci-cd: + ci: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 - with: - node-version: 20 - - - name: Set up Node.js - uses: actions/setup-node@v3 - with: - node-version: 20 - registry-url: https://registry.npmjs.org/ - cache: npm - + uses: actions/checkout@v4 \ No newline at end of file