also looking at this
chore(deps): update all non-major dependencies
#191
27 files
+164
-45
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.
| @@ -16,14 +16,14 @@ jobs: | ||
| 16 | 16 | fetch-depth: 0 |
| 17 | 17 | |
| 18 | 18 | - name: Install Bun |
| 19 | uses: oven-sh/setup-bun@v2.0.2 | |
| 19 | uses: oven-sh/setup-bun@v2 | |
| 20 | 20 | # env: |
| 21 | 21 | # BUN_AUTH_TOKEN: $ |
| 22 | 22 | with: |
| 23 | 23 | bun-version: latest |
| 24 | 24 | |
| 25 | 25 | - name: Use cached node_modules |
| 26 | uses: actions/cache@v4.3.0 | |
| 26 | uses: actions/cache@v4 | |
| 27 | 27 | with: |
| 28 | 28 | path: node_modules |
| 29 | 29 | key: node-modules-${{ hashFiles('**/bun.lock') }} |