Skip to content

Commit

Permalink
test: try to make node4 ci work
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Jul 6, 2022
1 parent 26c4d4c commit 015207c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -42,8 +42,8 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node_version }}
- name: 'Install newer npm'
run: npm i npm@5 -g
- name: 'Install the latest @types/node that works'
run: npm install --save --save-exact @types/node@17.0.41
if: ${{ matrix.node_version == '4' || matrix.node_version == '4.3.2' }}
- name: "Install dependencies"
run: npm install
Expand Down

0 comments on commit 015207c

Please sign in to comment.