The project releases s390x binaries (64bit), but not s390 (31bit). Node
reports a s390x runner correctly as "s390x", so instllations will fail
on this platform.
https://nodejs.org/api/os.html#osarch
Hence the s390 arch case has been changed to the s390x.
Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>
This PR revamps setup action with typescript and
1) add a new job to verify `dist` folder complication
2) update viable version to 1.1.0 and 1.0.1
---------
Signed-off-by: Billy Zha <jinzha1@microsoft.com>