kopia lustrzana https://github.com/jupyterhub/repo2docker
Add test for node v10 in base buildpack
rodzic
23fa2f4e20
commit
600cf8b21c
|
@ -0,0 +1 @@
|
|||
Test that node 10 is installed and runnable.
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
node --version | grep v1234
|
Ładowanie…
Reference in New Issue