-
-
Notifications
You must be signed in to change notification settings - Fork 751
Closed
Description
I noticed that the current CI workflow in this repository could benefit from some updates. Specifically:
-
Node.js Installation in the Matrix Test Run:
- Currently, the workflow uses
nvmto install Node.js versions. - It might be worth considering switching to the official
actions/setup-nodeaction. This action can leverage cached Node.js versions from the runner, which could improve efficiency and speed up the CI pipeline.
- Currently, the workflow uses
-
Deprecation of Artifact Actions v3:
- The
actions/upload-artifact@v3andactions/download-artifact@v3actions are being deprecated as of November 30, 2024 (GitHub Deprecation Notice). - These actions should be updated to their latest versions to ensure continued functionality in the CI workflow.
- The
Metadata
Metadata
Assignees
Labels
No labels