We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87c86c commit 3068954Copy full SHA for 3068954
tests/base/node/verify
@@ -7,6 +7,12 @@ which node
7
node --version
8
node --version | grep v18
9
10
+# npm comes with the nodejs conda-forge package that we have pinned, but we
11
+# don't have npm pinned. For example nodejs 18.13.0 brought npm 8.19.3, but
12
+# nodejs 18.14.0 brought npm 9.3.1.
13
+#
14
+# Since we have no npm version pinning, we just test that some version is
15
+# installed.
16
17
which npm
18
npm --version
-npm --version | grep 8.
0 commit comments