ReviewOS

also looking at this

stacks/ts-cloud

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

#26
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
@@ -18,7 +18,7 @@ jobs:
1818 uses: actions/checkout@v4
1919
2020 - name: Setup Node.js
21 uses: actions/setup-node@v4
21 uses: actions/setup-node@v6
2222 with:
2323 node-version: '24'
2424 registry-url: 'https://registry.npmjs.org'