Skip to content

Commit

Permalink
Merge pull request #367 from SUSE/nodejs20
Browse files Browse the repository at this point in the history
Enable Nodejs 20 for SP5 as well
  • Loading branch information
mloviska authored Jan 3, 2024
2 parents 2398657 + be619c3 commit 874c96d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bci_tester/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,8 @@ def create_BCI(
build_tag="bci/nodejs:18", available_versions=["15.5"]
)
NODEJS_20_CONTAINER = create_BCI(
build_tag="bci/nodejs:20", available_versions=["15.6", "tumbleweed"]
build_tag="bci/nodejs:20",
available_versions=["15.5", "15.6", "tumbleweed"],
)

NODEJS_CONTAINERS = [
Expand Down

0 comments on commit 874c96d

Please sign in to comment.