Skip to content

Commit

Permalink
node test for system package and conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Jul 31, 2019
1 parent 5ea4c29 commit cfaa552
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/base/node10/verify
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
#!/bin/sh

set -e
# check node from conda-forge
which node
node --version
node --version | grep v10
node --version | grep v11
# check node system package
/usr/bin/node --version
/usr/bin/node --version | grep v10

which npm
npm --version
Expand Down

0 comments on commit cfaa552

Please sign in to comment.