Skip to content

Commit b7397da

Browse files
authored
chore(deps): Update actions/setup-node action to v6 (#326)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v5` -> `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) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 4d7fa89 commit b7397da

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v6
19-
- uses: actions/setup-node@v5
19+
20+
- uses: actions/setup-node@v6
2021
with:
2122
node-version: "22"
2223
cache: "npm"
@@ -32,7 +33,8 @@ jobs:
3233
runs-on: ubuntu-latest
3334
steps:
3435
- uses: actions/checkout@v6
35-
- uses: actions/setup-node@v5
36+
37+
- uses: actions/setup-node@v6
3638
with:
3739
node-version: "22"
3840
cache: "npm"
@@ -52,7 +54,9 @@ jobs:
5254
runs-on: ubuntu-latest
5355
steps:
5456
- uses: actions/checkout@v6
55-
- uses: actions/setup-node@v5
57+
58+
- uses: actions/setup-node@v6
59+
5660
with:
5761
node-version: "22"
5862
cache: "npm"
@@ -68,7 +72,8 @@ jobs:
6872
runs-on: ubuntu-latest
6973
steps:
7074
- uses: actions/checkout@v6
71-
- uses: actions/setup-node@v5
75+
76+
- uses: actions/setup-node@v6
7277
with:
7378
node-version: "22"
7479
cache: "npm"

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v6
16-
- uses: actions/setup-node@v5
16+
17+
- uses: actions/setup-node@v6
1718
with:
1819
node-version: "22"
1920
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)