kopia lustrzana https://github.com/jupyterhub/repo2docker
Test for correct node and npm version
rodzic
0e776dbd65
commit
1c9b7b7425
|
@ -1,3 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
node --version | grep v1234
|
set -e
|
||||||
|
node --version | grep v10
|
||||||
|
npm --version | grep v6.2
|
||||||
|
|
Ładowanie…
Reference in New Issue