Skip to content

Commit 689ab8a

Browse files
committed
build: update development Node.js version to 22.14.0 and auto-update
The version of Node.js used for development and CI jobs is now set to the active LTS version's latest minor and patch. Renovate is also now configured to update the minor and patch versions once a week.
1 parent 6473d10 commit 689ab8a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.1
1+
22.14.0

renovate.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,19 @@
2020
"package.json",
2121
"packages/**/package.json",
2222
"tests/legacy-cli/e2e/ng-snapshot/package.json",
23-
".github/workflows/**/*.yml"
23+
".github/workflows/**/*.yml",
24+
".nvmrc"
2425
],
2526
"packageRules": [
27+
{
28+
"matchDepNames": ["node"],
29+
"matchUpdateTypes": ["minor", "patch"]
30+
},
31+
{
32+
"enabled": false,
33+
"matchDepNames": ["node"],
34+
"matchUpdateTypes": ["major"]
35+
},
2636
{
2737
"matchPackageNames": ["quicktype-core"],
2838
"schedule": ["before 4:00am on the first day of the month"]

0 commit comments

Comments
 (0)