We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c046a79 commit ee92713Copy full SHA for ee92713
.mise.toml
@@ -1,3 +1,8 @@
1
[tools]
2
+# uses the active LTS, which is newer than the version pinned in codegen
3
+# can bump to the next even number each year in late Oct, but it's not time sensitive
4
+# https://endoflife.date/nodejs
5
+node = "22"
6
+
7
# used in unit tests
8
deno = "1"
0 commit comments