Skip to content

Commit

Permalink
Run AppVeyor tests against Node.js v16 and v18
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Aug 23, 2022
1 parent 83c9d76 commit fa39c6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ environment:
matrix:
- nodejs_version: "13"
- nodejs_version: "14"
- nodejs_version: "16"
- nodejs_version: "18"

install:
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit fa39c6b

Please sign in to comment.