We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb65229 commit c0195e9Copy full SHA for c0195e9
.github/workflows/pull-request.yml
@@ -20,6 +20,8 @@ jobs:
20
with:
21
node-version: ${{ matrix.node }}
22
cache: 'npm'
23
+ - name: Install NPM (if node 14)
24
+ run: if [ "${{ matrix.node }}" == "14" ]; then npm install -g npm@9; fi
25
- name: Install dependencies
26
run: npm ci
27
- name: Run tests
0 commit comments