metacall / faas

Reimplementation of MetaCall FaaS platform written in TypeScript.
https://dashboard.metacall.io
Apache License 2.0
14 stars 21 forks source link

GitHub Actions to Use Latest Versions of actions/checkout and actions/setup-node #55

Closed Bcoderx6 closed 4 months ago

Bcoderx6 commented 4 months ago

Changes Made :

Updated the GitHub Actions workflow to use actions/checkout@v4 for improved stability and features. Updated actions/setup-node@v4 to ensure compatibility with Node.js version 16 and specified registry URL. Reason for the Change : This update ensures that our CI pipeline remains up-to-date with the latest improvements and fixes provided by GitHub Actions. By migrating to newer versions of actions/checkout and actions/setup-node, aim to enhance the reliability and performance of build and deployment processes. @viferga