build: Add node 20 to the test matrix.

This commit is contained in:
Feanil Patel
2024-06-14 15:34:30 -04:00
committed by Feanil Patel
parent 448acc95f6
commit 4ca4a58dea
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
node-version: [18]
node-version: [18, 20]
python-version:
- "3.11"