Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add mise config for node version
  • Loading branch information
xavdid-stripe committed Jun 25, 2025
commit d513b0808db796ce174c2f5a68561a259caea6b1
5 changes: 5 additions & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[tools]
# uses the active LTS, which is newer than the version pinned in codegen
# can bump to the next even number each year in late Oct, but it's not time sensitive
# https://endoflife.date/nodejs
node = "22"

# used in unit tests
deno = "1"
Loading