Jesse Dijkstra

Results 5 issues of Jesse Dijkstra

6.9.3 is LTS and current is 7.3.0 so 5.x.x has been deprecated.

Adds support for both .tool-versions and .dvmrc, implementation mirrors that of [setup-node](https://github.com/actions/setup-node/blob/c2ac33f2c62f978d6c944d9648125a294e56dc0b/src/util.ts#L67)

We've found with CircleCI that we randomly received timeouts when using standalone selenium Chrome instance. From time to time these timeouts occur more often and seem to randomly disappear again....

The typespec now uses the Map type which is an invalid type for typespecs.

In the decodes the keys of the result are always cast to an atom. Because of the limitations on atoms and because atoms never get garbage collected this creates an...