ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update dependency actions/setup-node to v6.2.0

#28
Merged chrisbbreuer wants to merge buddy-bot/update-major-update---actions/setup-node-1769782282220 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.2.0
2222 with:
2323 node-version: '24'
2424 registry-url: 'https://registry.npmjs.org'