Skip to content

Commit 3c4cba7

Browse files
chore(deps): update node.js to v22.12.0 (#708)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://nodejs.org) ([source](https://redirect.github.com/nodejs/node)) | | minor | `22.11.0` -> `22.12.0` | | [node](https://nodejs.org) ([source](https://redirect.github.com/nodejs/node)) | volta | minor | [`22.11.0` -> `22.12.0`](https://renovatebot.com/diffs/npm/node/v22.11.0/v22.12.0) | --- ### Release Notes <details> <summary>nodejs/node (node)</summary> ### [`v22.12.0`](https://redirect.github.com/nodejs/node/compare/v22.11.0...v22.12.0) [Compare Source](https://redirect.github.com/nodejs/node/compare/v22.11.0...v22.12.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (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/apify/apify-cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 75531b6 commit 3c4cba7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.11.0
1+
22.12.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"topicSeparator": " "
168168
},
169169
"volta": {
170-
"node": "22.11.0",
170+
"node": "22.12.0",
171171
"yarn": "4.5.3"
172172
},
173173
"packageManager": "[email protected]",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"unist-util-visit": "^5.0.0"
4040
},
4141
"volta": {
42-
"node": "22.11.0",
42+
"node": "22.12.0",
4343
"yarn": "4.5.3"
4444
},
4545
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)