It would be very handy if Node 20 was supported in runs for Javascript actions, so that you could do: ``` runs: using: 'node20' main: 'index.js' ``` But currently only `node12` and `node16` are available, which is strange because all runners default to `node18` now.