update npm on node 14

deepsource-autofix-76c6eb20
Dan Gowans 2023-04-17 13:35:40 -04:00
parent 88593e05e9
commit 07583c8500
1 changed files with 4 additions and 0 deletions

View File

@ -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