This PR introduces a new GitHub Actions workflow that automatically updates the npm packages in the project using yarn. The workflow is triggered on a schedule (once a day) and runs the yarn upgrade command to update all npm packages to their latest versions. After updating the packages, the workflow commits the changes to the package.json and yarn.lock files and pushes the commit to the repository.
This automation will help ensure that the project is always using the latest versions of its dependencies, which can include important bug fixes and performance improvements, without requiring manual intervention.
Please review and let me know if any changes are required.
Fixes #24.
To checkout this PR branch, run the following command in your terminal:
This PR introduces a new GitHub Actions workflow that automatically updates the npm packages in the project using yarn. The workflow is triggered on a schedule (once a day) and runs the
yarn upgrade
command to update all npm packages to their latest versions. After updating the packages, the workflow commits the changes to thepackage.json
andyarn.lock
files and pushes the commit to the repository.This automation will help ensure that the project is always using the latest versions of its dependencies, which can include important bug fixes and performance improvements, without requiring manual intervention.
Please review and let me know if any changes are required.
Fixes #24.
To checkout this PR branch, run the following command in your terminal: