FormidableLabs / serverless-jetpack

A faster JavaScript packager for Serverless applications.
MIT License
277 stars 21 forks source link

serverless-jetpack: ensure actions use node18 #362

Closed acharyakavita closed 1 month ago

acharyakavita commented 2 months ago

This project is referencing old versions of Node we no longer want to support (I.e < 18). In order to conform with Nearform_Commerce OSS standards, please convert the action from in matrices and instead run for node 18.

ryan-roemer commented 2 months ago

If we're continuing to develop this plugin, it would be best done in the monorepo: https://github.com/FormidableLabs/tracing (I have an old WIP branch to start moving it over).

However, now that the Serverless Framework has gone closed source, I'm not sure if we're going to continue developing this plugin anyways. I think maybe best bet in either case is archive this repo? @carbonrobot what do you think?

acharyakavita commented 2 months ago

I will pause working on this ticket.