Skip to content

Commit 4271c36

Browse files
chore: bump up actions/setup-node action to v5 (#433)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`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 becomes conflicted, 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/napi-rs/package-template). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent a2f8735 commit 4271c36

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v5
2929

3030
- name: Setup node
31-
uses: actions/setup-node@v4
31+
uses: actions/setup-node@v5
3232
with:
3333
node-version: 22
3434
cache: 'yarn'
@@ -98,7 +98,7 @@ jobs:
9898
steps:
9999
- uses: actions/checkout@v5
100100
- name: Setup node
101-
uses: actions/setup-node@v4
101+
uses: actions/setup-node@v5
102102
with:
103103
node-version: 22
104104
cache: yarn
@@ -219,7 +219,7 @@ jobs:
219219
steps:
220220
- uses: actions/checkout@v5
221221
- name: Setup node
222-
uses: actions/setup-node@v4
222+
uses: actions/setup-node@v5
223223
with:
224224
node-version: ${{ matrix.node }}
225225
cache: yarn
@@ -256,7 +256,7 @@ jobs:
256256
steps:
257257
- uses: actions/checkout@v5
258258
- name: Setup node
259-
uses: actions/setup-node@v4
259+
uses: actions/setup-node@v5
260260
with:
261261
node-version: ${{ matrix.node }}
262262
cache: yarn
@@ -313,7 +313,7 @@ jobs:
313313
steps:
314314
- uses: actions/checkout@v5
315315
- name: Setup node
316-
uses: actions/setup-node@v4
316+
uses: actions/setup-node@v5
317317
with:
318318
node-version: 22
319319
cache: yarn
@@ -348,7 +348,7 @@ jobs:
348348
steps:
349349
- uses: actions/checkout@v5
350350
- name: Setup node
351-
uses: actions/setup-node@v4
351+
uses: actions/setup-node@v5
352352
with:
353353
node-version: 22
354354
cache: yarn

0 commit comments

Comments
 (0)