Skip to content

Commit

Permalink
maint/CICD ~ (AppVeyor) add addition NodeJS version testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Nov 26, 2023
1 parent 40e2a19 commit 6100e3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ branches:

environment:
matrix:
- nodejs_version: '20'
- nodejs_version: '18'
- nodejs_version: '16'
- nodejs_version: '14'
- nodejs_version: '12'
- nodejs_version: '10'
Expand Down

0 comments on commit 6100e3f

Please sign in to comment.