Skip to content

Commit ee92713

Browse files
add mise config for node version (#2356)
1 parent c046a79 commit ee92713

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.mise.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
[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+
27
# used in unit tests
38
deno = "1"

0 commit comments

Comments
 (0)