build: support Node.js 20.x in appveyor

closes #5429
This commit is contained in:
Ulises Gascon 2024-02-02 16:31:12 +01:00 committed by Ulises Gascón
parent 734b281900
commit fdeb1d3176
No known key found for this signature in database
GPG Key ID: 04CD3F2FDE079578

View File

@ -21,6 +21,7 @@ environment:
- nodejs_version: "17.9" - nodejs_version: "17.9"
- nodejs_version: "18.19" - nodejs_version: "18.19"
- nodejs_version: "19.9" - nodejs_version: "19.9"
- nodejs_version: "20.11"
cache: cache:
- node_modules - node_modules
install: install: