From 07583c8500c58f821830dba6482fec6e737ba868 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Mon, 17 Apr 2023 13:35:40 -0400 Subject: [PATCH] update npm on node 14 --- .github/workflows/coverage.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 974da63e..ce763c83 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -24,6 +24,10 @@ jobs: with: node-version: ${{ matrix.node }} + - name: Update npm (Node 14 only) + run: npm install -g npm@7 + if: ${{ matrix.node == 14 }} + - name: Install Application run: | npm ci