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.
It would be very handy if Node 20 was supported in runs for Javascript actions, so that you could do:
But currently only
node12andnode16are available, which is strange because all runners default tonode18now.