Skip to content

Commit

Permalink
build: Add node 20 to the test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil authored and Feanil Patel committed Jun 18, 2024
1 parent 448acc9 commit 4ca4a58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
node-version: [18]
node-version: [18, 20]
python-version:
- "3.11"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-assets-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4ca4a58

Please sign in to comment.