* Updated runners list and tar updated to 6.1.11
* Updated runners list
* Added nodejs 16
* Updated .gitignore
* some adjusts
* update CHANGELOG
Co-authored-by: Viacheslav Kudinov <viacheslav.kudinov@gmail.com>
* Ignore Node files that should not be tracked
The list can be fetched by `gibo dump node`.
* Untrack node_modules/@actions
* Cache node_modules
* Don't add node_modules ins Bash scripts
* Use ncc to pack dependencies
* Change final product path
Remove & ignore previous one (lib/main.js{,.map})
* Disable PR check using author's key
Author's key is not passed to PR builds (#164)
* update settings
* update CHANGELOG
* update build.yml
Co-authored-by: Tatsunori Uchino <tats.u@live.jp>