| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Updates the GitHub Actions CI workflow to run tests on newer Node.js versions, aligning the repository’s CI matrix with the intended supported/runtime Node versions.
Changes:
.github/workflows/workflow.yml:17
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
| @@ -32,7 +32,7 @@ jobs: | |||
| - uses: actions/checkout@v6 | |||
| - uses: actions/setup-node@v6 | |||
| with: | |||
| node-version: 22.x | |||
| node-version: 24.x | |||
| Back | FazBrowse Home | New Git URL |
No description provided.