kopia lustrzana https://github.com/jupyterhub/repo2docker
Update node tests to match versions actually installed
rodzic
535e77a1d6
commit
07b1b82f27
|
@ -1 +1 @@
|
||||||
Test that node 10 is installed and runnable.
|
Test that node 10 and npm 6 are installed and runnable.
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
which node
|
which node
|
||||||
|
node --version
|
||||||
node --version | grep v10
|
node --version | grep v10
|
||||||
|
|
||||||
which npm
|
which npm
|
||||||
npm --version | grep 6.2
|
npm --version
|
||||||
|
npm --version | grep 6.4
|
||||||
|
|
Ładowanie…
Reference in New Issue