We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adce9ae commit 2d2b385Copy full SHA for 2d2b385
4 files changed
.node-version
@@ -1 +1 @@
1
-20.19
+22.22
.nvmrc
package.json
@@ -13,7 +13,7 @@
13
"type": "module",
14
"main": "index.ts",
15
"engines": {
16
- "node": ">=20.10.0"
+ "node": ">=22.22.0"
17
},
18
"scripts": {
19
"audit-consumers": "tsx scripts/audit-consumers.ts",
packages/compute-baseline/package.json
@@ -38,5 +38,8 @@
38
"dependencies": {
39
"@js-temporal/polyfill": "^0.5.1",
40
"compare-versions": "^6.1.1"
41
+ },
42
+ "engines": {
43
44
}
45
0 commit comments