build: Add node 20 to the test matrix.
This commit is contained in:
committed by
Feanil Patel
parent
448acc95f6
commit
4ca4a58dea
2
.github/workflows/js-tests.yml
vendored
2
.github/workflows/js-tests.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-20.04]
|
||||
node-version: [18]
|
||||
node-version: [18, 20]
|
||||
python-version:
|
||||
- "3.11"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user