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"
|
||||
|
||||
|
||||
2
.github/workflows/quality-checks.yml
vendored
2
.github/workflows/quality-checks.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/static-assets-check.yml
vendored
2
.github/workflows/static-assets-check.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user