aboutsummaryrefslogtreecommitdiff
path: root/test/node/install_node_on_universal_image.sh
diff options
context:
space:
mode:
authorAkihiro Nagai <77012577+akihironagai@users.noreply.github.com>2023-02-27 20:12:21 +0300
committerGitHub <noreply@github.com>2023-02-27 20:12:21 +0300
commit83c6103db23ce383a23097832bdf15d71f775665 (patch)
tree2020b0ef06462373beaaee3e2cd37b2e65250aad /test/node/install_node_on_universal_image.sh
parentd84e46be47867e596fdd2f2efaefb63f67597a07 (diff)
Add pnpm in Node (#450)feature_node_1.2.0
* Add pnpm in Node * pnpm from npm * Restore README.md * Update install.sh * Update tests
Diffstat (limited to 'test/node/install_node_on_universal_image.sh')
-rw-r--r--test/node/install_node_on_universal_image.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/node/install_node_on_universal_image.sh b/test/node/install_node_on_universal_image.sh
index faca1eb..33a9d41 100644
--- a/test/node/install_node_on_universal_image.sh
+++ b/test/node/install_node_on_universal_image.sh
@@ -6,6 +6,7 @@ set -e
source dev-container-features-test-lib
check "version_on_path" bash -c "node -v | grep 'v19.1.0'"
+check "pnpm" pnpm -v
# Report result
reportResults