Skip to content

Commit

Permalink
fix: add npm 6 in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawayria committed Apr 8, 2022
1 parent 20703fc commit 1045286
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ jobs:
strategy:
matrix:
node: [12, 14, 16]
npm: [6, 8.5.0]
exclude:
- node: 12
npm: 8.5.0
- node: 14
npm: 8.5.0
- node: 16
npm: 6

steps:
- name: Checkout
Expand Down

0 comments on commit 1045286

Please sign in to comment.