Skip to content

Commit 07486c8

Browse files
authored
Update node.js.yml
1 parent a8a1b85 commit 07486c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
elif [ $VERCEL_STATE = "ERROR" ]; then
4242
echo InValid state $VERCEL_STATE 1>&2
4343
exit 64
44+
elif [ $VERCEL_STATE = "null" ]; then
45+
echo InValid state $VERCEL_STATE 1>&2
46+
exit 64
4447
else
4548
echo invalid state found - $VERCEL_STATE
4649
isReadyState

0 commit comments

Comments
 (0)