Skip to content

Commit c0195e9

Browse files
committed
.
1 parent cb65229 commit c0195e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node }}
2222
cache: 'npm'
23+
- name: Install NPM (if node 14)
24+
run: if [ "${{ matrix.node }}" == "14" ]; then npm install -g npm@9; fi
2325
- name: Install dependencies
2426
run: npm ci
2527
- name: Run tests

0 commit comments

Comments
 (0)