Skip to content

Commit

Permalink
Merge pull request #34998 from openedx/feanil/test_with_node_20
Browse files Browse the repository at this point in the history
build: Add node 20 to the test matrix.
  • Loading branch information
feanil committed Jun 20, 2024
2 parents fcaf5f5 + 8b2e96e commit e4c7280
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: [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 e4c7280

Please sign in to comment.