From a1050fa69de14f1e839f9ed0097286050c5f2e6c Mon Sep 17 00:00:00 2001 From: "DESKTOP-FD57EEK\\Joshua Matamorros" Date: Wed, 2 Jul 2025 21:43:19 -0600 Subject: [PATCH] modify node version --- .github/workflows/ci-cd.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index c27ebea0..c08690d9 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -14,9 +14,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Node.js - uses: actions/setup-node@v3 - with: - node-version: 18 + uses: actions/setup-node@v1 - name: Install Dependencies run: npm ci