Update dependency node to v22.20.0 (#35)
Some checks failed
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [node](https://github.com/actions/node-versions) | uses-with | minor | `22.19.0` -> `22.20.0` |

---

### Release Notes

<details>
<summary>actions/node-versions (node)</summary>

### [`v22.20.0`](https://github.com/actions/node-versions/releases/tag/22.20.0-17993202319): 22.20.0

[Compare Source](https://github.com/actions/node-versions/compare/22.19.0-17311483029...22.20.0-17993202319)

Node.js 22.20.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTYuNiIsInVwZGF0ZWRJblZlciI6IjQxLjExNi42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #35
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
This commit is contained in:
2025-09-27 01:43:07 +00:00
committed by Alex Lebens
parent 754d9cc049
commit f5e4da98ce

View File

@@ -24,7 +24,7 @@ jobs:
- name: Set up Node.js - name: Set up Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 22.19.0 node-version: 22.20.0
cache: pnpm cache: pnpm
- name: Install Dependencies - name: Install Dependencies