Skip to content

Commit 677826f

Browse files
build(github-actions): Bump dependency node to v20.19.5 (#341)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://redirect.github.com/actions/node-versions) | uses-with | patch | `20.19.4` -> `20.19.5` | | [node](https://redirect.github.com/actions/node-versions) | uses-with | minor | `20` -> `20.19.5` | --- ### Release Notes <details> <summary>actions/node-versions (node)</summary> ### [`v20.19.5`](https://redirect.github.com/actions/node-versions/releases/tag/20.19.5-17451167955): 20.19.5 [Compare Source](https://redirect.github.com/actions/node-versions/compare/20.19.4-16309772647...20.19.5-17451167955) Node.js 20.19.5 </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17eef11 commit 677826f

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@v4
1717
with:
18-
node-version: 20
18+
node-version: 20.19.5
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.11.0
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 20.19.4
23+
node-version: 20.19.5
2424

2525
- name: Install dependencies
2626
run: npm ci

0 commit comments

Comments
 (0)