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