also looking at this
chore(deps): update all non-major dependencies
#29
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.
| @@ -19,21 +19,18 @@ jobs: | ||
| 19 | 19 | with: |
| 20 | 20 | fetch-depth: 0 |
| 21 | 21 | |
| 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 | |
| 27 | 24 | |
| 28 | 25 | - name: Setup Pantry |
| 29 | 26 | uses: home-lang/pantry-setup@v1 |
| 30 | 27 | |
| 31 | - name: Create GitHub Release | |
| 32 | uses: stacksjs/action-releaser@v1.2.6 | |
| 33 | env: | |
| 34 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| 35 | ||
| 36 | 28 | - name: Publish |
| 37 | 29 | run: pantry npm:publish |
| 38 | 30 | env: |
| 39 | 31 | 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 }} | |