ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update all non-major dependencies

#29
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1769789321216 into main
2 files +11 -39

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+7-10
Changes to .github/workflows/release.yml
@@ -19,21 +19,18 @@ jobs:
1919 with:
2020 fetch-depth: 0
2121
22 - name: Setup Node.js
23 uses: actions/setup-node@v6.2.0
24 with:
25 node-version: '24.13.0'
26 registry-url: 'https://registry.npmjs.org'
22 - name: Setup Bun
23 uses: oven-sh/setup-bun@v2.1.2
2724
2825 - name: Setup Pantry
2926 uses: home-lang/pantry-setup@v1
3027
31 - name: Create GitHub Release
32 uses: stacksjs/action-releaser@v1.2.6
33 env:
34 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
3628 - name: Publish
3729 run: pantry npm:publish
3830 env:
3931 NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
32
33 - name: Create GitHub Release
34 uses: stacksjs/action-releaser@v1.2.6
35 env:
36 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}