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"

View File

@@ -16,7 +16,7 @@ jobs:
os: [ubuntu-20.04]
python-version:
- "3.11"
node-version: [18]
node-version: [18, 20]
steps:
- uses: actions/checkout@v4

View File

@@ -15,7 +15,7 @@ jobs:
os: [ubuntu-20.04]
python-version:
- "3.11"
node-version: [18]
node-version: [18, 20]
npm-version: [10.5.x]
mongo-version:
- "7.0"