Skip to content

Commit

Permalink
Make NodeJS 22 available for 15.6
Browse files Browse the repository at this point in the history
NodeJS22 should be initially be 15-SP6 based and only later on move to
15-SP7.
  • Loading branch information
grisu48 committed Jan 22, 2025
1 parent 2efdc95 commit 6cedf93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ jobs:
- toxenv: metadata
os_version: 15.4
- toxenv: all
os_version: "15.6"
- toxenv: node
os_version: "15.7"
- toxenv: base
os_version: "15.7"
Expand Down
2 changes: 1 addition & 1 deletion bci_tester/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def create_BCI(

NODEJS_22_CONTAINER = create_BCI(
build_tag="bci/nodejs:22",
available_versions=["tumbleweed", "15.7"],
available_versions=["tumbleweed", "15.6", "15.7"],
)

NODEJS_CONTAINERS = [
Expand Down

0 comments on commit 6cedf93

Please sign in to comment.