From 2f2f297555c3ef1328c771d0a25710bb7db1e011 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 24 Jan 2024 12:48:18 -0500 Subject: [PATCH] Update ci.yml tweak --- .github/workflows/ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbac5777..8a34ea45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,13 @@ jobs: ci-cd: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - 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/