Skip to content

Commit

Permalink
fix: update node tests to 14, 16
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Jan 30, 2022
1 parent 2b3f55c commit c4f0a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# http://www.appveyor.com/docs/appveyor-yml
environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "14"
- nodejs_version: "16"

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

0 comments on commit c4f0a45

Please sign in to comment.