Skip to content

Commit c7e27c1

Browse files
build(github-actions): Bump dependency node to v24.14.1 (#474)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://redirect.github.com/actions/node-versions) | uses-with | patch | `24.14.0` → `24.14.1` | --- ### Release Notes <details> <summary>actions/node-versions (node)</summary> ### [`v24.14.1`](https://redirect.github.com/actions/node-versions/releases/tag/24.14.1-23521883727): 24.14.1 [Compare Source](https://redirect.github.com/actions/node-versions/compare/24.14.0-22380502845...24.14.1-23521883727) Node.js 24.14.1 </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 077a7aa commit c7e27c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.14.0
18+
node-version: 24.14.1
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.14.0
23+
node-version: 24.14.1
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)