stacks/bun-queue
chore(deps): update actions/setup-node action to v6 - autoclosed
#198
Closed
renovate[bot]
wants to merge
renovate/actions-setup-node-6.x
into
main
1 file
+1
-1
.github/workflows/release.ymlmodified+1-1Changes to .github/workflows/release.yml | @@ -20,7 +20,7 @@ jobs: |
| 20 | 20 | fetch-depth: 0 |
| 21 | 21 | |
| 22 | 22 | - name: Setup Node.js |
| 23 | | - uses: actions/setup-node@v4 |
| 23 | + uses: actions/setup-node@v6 |
| 24 | 24 | with: |
| 25 | 25 | node-version: '24' |
| 26 | 26 | registry-url: 'https://registry.npmjs.org' |