From 55fa03e8218d723512db489b34b0bdad4eb381cd Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sun, 3 Sep 2023 07:55:12 -0600 Subject: [PATCH] Latest npm no longer supports node 16 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 426f4b328..b41d41f67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} - - name: Upgrade npm - run: npm i -g npm@latest - name: Install run: npm ci - name: Build