This commit is to perform below steps:
- If PR is having dependencies label, update files in dist as well
- If PR doesn't have dependencies label, fail the build if there
is dirty changes.
Closes#55
Signed-off-by: Tam Mach <sayboras@yahoo.com>
* Update all direct dependencies
* use node v16
* upgrade typescript to v4.5.5
* upgrade actions/github to v5
* use vercel/ncc v0.33.3
* Add compatibility note for v3
* increase timeout for the testing workflow
This commit is to support X.Y.Z version in config.
- if X.Y.Z version is passed, honour it 👍
- if X.Y version is passed, keep the same behaviour
as it is right now.
Closes#98
Signed-off-by: Tam Mach <sayboras@yahoo.com>
* Fix misleading version input description
Signed-off-by: Tam Mach <sayboras@yahoo.com>
* Run npm run all
* Update dep to fix CI
* Update dep to fix CI
* Bump to 1.28
* Locked down setup-go version