Skip to content

Commit 9ae64f3

Browse files
committed
Fixing failing tests
1 parent 324b928 commit 9ae64f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/node/install_additional_node.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
source dev-container-features-test-lib
77

88
# 'lts' is now some version of node 20...
9-
check "version_on_path" node -v | grep 20
9+
check "version_on_path" node -v | grep 22
1010
check "pnpm" bash -c "pnpm -v | grep 8.8.0"
1111

1212
check "v20_installed" ls -1 /usr/local/share/nvm/versions/node | grep 20

test/node/install_additional_node_on_rhel_family.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
source dev-container-features-test-lib
77

88
# 'lts' is now some version of node 20...
9-
check "version_on_path" node -v | grep 20
9+
check "version_on_path" node -v | grep 22
1010
check "pnpm" bash -c "pnpm -v | grep 6.16.0"
1111

1212
check "v20_installed" ls -1 /usr/local/share/nvm/versions/node | grep 20

0 commit comments

Comments
 (0)