Skip to content

Commit

Permalink
maint/CICD ~ (AppVeyor) only NodeJS v12+ version testing (due to depr…
Browse files Browse the repository at this point in the history
…ecations)
  • Loading branch information
rivy committed Nov 26, 2023
1 parent 70d0268 commit 40a7f92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ branches:

environment:
matrix:
- nodejs_version: '20'
- nodejs_version: '18'
- nodejs_version: '16'
- nodejs_version: '14'
- nodejs_version: '12'
- nodejs_version: '10'
# - nodejs_version: '10'
# - nodejs_version: '8'
# - nodejs_version: '6'
# - nodejs_version: "4"
Expand Down

0 comments on commit 40a7f92

Please sign in to comment.