Skip to content

Commit 2b2b7b1

Browse files
chore(deps): update dependency node to v20.19.1 (#529)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://redirect.github.com/actions/node-versions) | uses-with | patch | `20.19.0` -> `20.19.1` | --- ### Release Notes <details> <summary>actions/node-versions (node)</summary> ### [`v20.19.1`](https://redirect.github.com/actions/node-versions/releases/tag/20.19.1-14598289899): 20.19.1 [Compare Source](https://redirect.github.com/actions/node-versions/compare/20.19.0-13838090974...20.19.1-14598289899) Node.js 20.19.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC. 🚦 **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/valora-inc/resolve-kit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJnaXRodWItYWN0aW9ucyIsInJlbm92YXRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17c55d0 commit 2b2b7b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2121
with:
22-
node-version: '20.19.0'
22+
node-version: '20.19.1'
2323
check-latest: true
2424
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2525
with:
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup Node.js
5252
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5353
with:
54-
node-version: '20.19.0'
54+
node-version: '20.19.1'
5555
check-latest: true
5656
- name: Install dependencies
5757
run: yarn

0 commit comments

Comments
 (0)