Kenji Matsuoka 7d10bd0f83
feat: Explicitly exit the process to not wait for hanging promises (#51)
* Explicitly exit the process to not wait for hanging promises

As with other actions like setup-node, I'm seeing 2-4 minute delays in post cache actions lately. Apparently this is because of a change in node behavior: https://github.com/ruby/setup-ruby/issues/543#issuecomment-1793608370

The fix, as with other actions, is to explicitly exit so as not to wait for hanging promises.

* transpiled
2024-03-22 10:41:40 +08:00
..