Skip to content

Commit

Permalink
build: try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jun 22, 2022
1 parent c32e74c commit 26c4d4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node_version }}
- name: 'Install newer npm'
run: npm i npm@5 -g
if: ${{ matrix.node_version == '4' || matrix.node_version == '4.3.2' }}
- name: "Install dependencies"
run: npm install
- name: "Test sources"
Expand Down

0 comments on commit 26c4d4c

Please sign in to comment.