Skip to content

Commit

Permalink
Do not test on Node 22
Browse files Browse the repository at this point in the history
It requires too new a compiler and the old compilers are not included on
images with the new compiler.
  • Loading branch information
kkoopa committed Oct 10, 2024
1 parent 1c56d98 commit 991ddb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ environment:
- nodejs_version: "19"
- nodejs_version: "20"
- nodejs_version: "21"
- nodejs_version: "22"

# Install scripts. (runs after repo cloning)
install:
Expand Down

0 comments on commit 991ddb5

Please sign in to comment.