Skip to content

Commit 3068954

Browse files
committed
conda buildpack: accept that refreeze brought in npm 9
1 parent f87c86c commit 3068954

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/base/node/verify

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ which node
77
node --version
88
node --version | grep v18
99

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+
#
1017
which npm
1118
npm --version
12-
npm --version | grep 8.

0 commit comments

Comments
 (0)