vhive-serverless / STeLLAR

STeLLAR: Open-source framework for serverless clouds benchmarking
MIT License
30 stars 8 forks source link

ci: update to Node 18 #461

Closed ypwong99 closed 1 month ago

ypwong99 commented 1 month ago

This PR updates our CI pipeline to use Node 18 as scheduled tests failed previously with the following error message: "Your Nodejs version is too old, please upgrade to Node 18 or newer and rerun Serverless".

It also installs the older Serverless Framework V3, as there are breaking changes in Serverless Framework V4, as described in #462.