Skip to content

Commit 3671c52

Browse files
chore(deps): update actions/setup-node action to v6 (#851)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v4` -> `v6` | --- ### Release Notes <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v6`](https://redirect.github.com/actions/setup-node/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v5...v6) ### [`v5`](https://redirect.github.com/actions/setup-node/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cnpm/cnpmcore). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 35a7be3 commit 3671c52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Use Node.js
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: 22
2525

@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/checkout@v4
8080

8181
- name: Use Node.js ${{ matrix.node-version }}
82-
uses: actions/setup-node@v4
82+
uses: actions/setup-node@v6
8383
with:
8484
node-version: ${{ matrix.node-version }}
8585

@@ -163,7 +163,7 @@ jobs:
163163
uses: actions/checkout@v4
164164

165165
- name: Use Node.js ${{ matrix.node-version }}
166-
uses: actions/setup-node@v4
166+
uses: actions/setup-node@v6
167167
with:
168168
node-version: ${{ matrix.node-version }}
169169

@@ -212,7 +212,7 @@ jobs:
212212
uses: actions/checkout@v4
213213

214214
- name: Use Node.js ${{ matrix.node-version }}
215-
uses: actions/setup-node@v4
215+
uses: actions/setup-node@v6
216216
with:
217217
node-version: ${{ matrix.node-version }}
218218

0 commit comments

Comments
 (0)