Skip to content

Commit ea6c8d6

Browse files
build(github-actions): Bump dependency node to v24.12.0 (#420)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://redirect.github.com/actions/node-versions) | uses-with | minor | `24.11.1` -> `24.12.0` | --- ### Release Notes <details> <summary>actions/node-versions (node)</summary> ### [`v24.12.0`](https://redirect.github.com/actions/node-versions/releases/tag/24.12.0-20140960970): 24.12.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/24.11.1-19282993875...24.12.0-20140960970) Node.js 24.12.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 08:00 AM and 04:59 PM, only on Monday ( * 8-16 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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/UI5/sample-app). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNTQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 45d13bf commit ea6c8d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js environment
1616
uses: actions/setup-node@v6
1717
with:
18-
node-version: 24.11.1
18+
node-version: 24.12.0
1919

2020
- run: npm install
2121
- run: npm run build

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Use Node.js LTS 20.19.5
2121
uses: actions/setup-node@v6
2222
with:
23-
node-version: 24.11.1
23+
node-version: 24.12.0
2424

2525
- name: Install dependencies
2626
run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo

0 commit comments

Comments
 (0)