cli icon indicating copy to clipboard operation
cli copied to clipboard

Research older Node versions support

Open BioPhoton opened this issue 10 months ago • 2 comments

This needs some research (timebox: 0.5 day):

  • Let's figure which minimum Node version we should support.
  • Let's check which newer Node APIs we're using (e.g. structuredClone) and what we can do to replace them (e.g. polyfill).
  • Let's add Node version to GitHub Actions matrix and see how good other actions support is.

BioPhoton avatar Apr 17 '24 10:04 BioPhoton