ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update actions/setup-node action to v6 - autoclosed

#198
Closed renovate[bot] wants to merge renovate/actions-setup-node-6.x into main
1 file +1 -1

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

.github/workflows/release.ymlmodified+1-1
Changes to .github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
2020 fetch-depth: 0
2121
2222 - name: Setup Node.js
23 uses: actions/setup-node@v4
23 uses: actions/setup-node@v6
2424 with:
2525 node-version: '24'
2626 registry-url: 'https://registry.npmjs.org'