From d95b61bf694364f70bf4edf68ad9be5d1afe1803 Mon Sep 17 00:00:00 2001 From: Craig Barnes Date: Tue, 17 Dec 2024 15:35:30 -0500 Subject: [PATCH] Update ci.yaml (#51) --- .github/workflows/ci.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 642f40d..cbfff44 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,11 +5,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v3.4.1 + - uses: actions/setup-node@v4.1.0 with: - node-version: 20.11.0 - - name: install npm version - run: npm install -g npm + node-version: 20.17.0 - name: Get Version run: npm -v - name: Install modules