| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Adds a build-time check to ensure all JavaScript-based GitHub Actions in this repo use a consistent runs.using Node version, and introduces .nvmrc as the single source of truth for workflows to read/compare versions.
Changes:
| File | Description |
|---|---|
| build.mjs | Adds a build plugin that validates runs.using Node versions and writes .nvmrc. |
| .nvmrc | Introduces a pinned Node version file (24). |
| .github/workflows/pr-checks.yml | Switches the backport Node-version check to compare .nvmrc and adjusts job conditions/timeouts. |
.github/workflows/pr-checks.yml:137
uses: actions/checkout@v6
with:
ref: ${{ env.BASE_REF }}
depth: 1
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Adds a plugin to build.mjs which checks that all the Node versions in the action.yml files for JavaScript-based actions are the same.
Risk assessment
For internal use only. Please select the risk level of this change:
Which use cases does this change impact?
Environments:
How did/will you validate this change?
If something goes wrong after this change is released, what are the mitigation and rollback strategies?
How will you know if something goes wrong after this change is released?
Are there any special considerations for merging or releasing this change?
Merge / deployment checklist