Add Node 20 to CI, remove Node 19 (#53897)

This commit is contained in:
Jake Bailey
2023-05-02 16:50:24 -07:00
committed by GitHub
parent ec1205cec1
commit e18c93511b

View File

@@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
node-version:
- "19"
- "20"
- "18"
- "16"
- "14"