Skip to content

Commit 05e58e1

Browse files
Krakabekdanil.radkovskyi
andauthored
Standardize node engine to >=22.20.0 (#61)
Align engines.node across all distributed templates to >=22.20.0. Built with Snoocode Co-authored-by: danil.radkovskyi <danil.radkovskyi@reddit.com>
1 parent b0967f9 commit 05e58e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test:unit": "node --experimental-strip-types --no-warnings=ExperimentalWarning --test \"src/**/*.test.ts\""
1717
},
1818
"engines": {
19-
"node": ">=22.12.0"
19+
"node": ">=22.20.0"
2020
},
2121
"dependencies": {
2222
"@devvit/start": "0.13.10",

0 commit comments

Comments
 (0)