Skip to content

Commit 21a3105

Browse files
authored
Merge pull request #1051 from thegetty/deps/node-22
Bump node engine pins to current LTS, v22 (DEV-18051)
2 parents 4cd05c1 + 15ffa8b commit 21a3105

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/11ty/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@
117117
"toml": "^3.0.0"
118118
},
119119
"engines": {
120-
"node": ">=20.1.0"
120+
"node": ">=22"
121121
}
122122
}

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@
7676
"jsdoc-to-markdown": "^9.1.1"
7777
},
7878
"engines": {
79-
"node": ">=14.16"
79+
"node": ">=22"
8080
}
8181
}

0 commit comments

Comments
 (0)