Skip to content

Commit

Permalink
Added missing Node versions to CI
Browse files Browse the repository at this point in the history
- I'm not sure about Node 10 but we previously had it listed in Appveyor
  and Travis despite it not being listed as supported in the README
- also adds the missing odd numbered Node versions
  • Loading branch information
daniellockyer committed Apr 12, 2022
1 parent 8db96d4 commit f39b10d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ jobs:
architecture:
- x64
node:
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
include:
Expand Down

0 comments on commit f39b10d

Please sign in to comment.