Skip to content

Commit cfaa552

Browse files
committed
node test for system package and conda-forge
1 parent 5ea4c29 commit cfaa552

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/base/node10/verify

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
#!/bin/sh
22

33
set -e
4+
# check node from conda-forge
45
which node
56
node --version
6-
node --version | grep v10
7+
node --version | grep v11
8+
# check node system package
9+
/usr/bin/node --version
10+
/usr/bin/node --version | grep v10
711

812
which npm
913
npm --version

0 commit comments

Comments
 (0)