Skip to content

Commit 600cf8b

Browse files
committed
Add test for node v10 in base buildpack
1 parent 23fa2f4 commit 600cf8b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/base/node10/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Test that node 10 is installed and runnable.

tests/base/node10/verify

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
node --version | grep v1234

0 commit comments

Comments
 (0)