From 6dd0e8c3da4afec8f8f025bf948595e948bc5151 Mon Sep 17 00:00:00 2001 From: Shawn O'Connor Date: Tue, 17 Dec 2024 09:27:18 -0600 Subject: [PATCH] update git workflows node version, remove automated npm update (#55) Co-authored-by: Shawn O'Connor --- .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