update npm on node 14
parent
88593e05e9
commit
07583c8500
|
|
@ -24,6 +24,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
|
|
||||||
|
- name: Update npm (Node 14 only)
|
||||||
|
run: npm install -g npm@7
|
||||||
|
if: ${{ matrix.node == 14 }}
|
||||||
|
|
||||||
- name: Install Application
|
- name: Install Application
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue