Skip to content

Commit

Permalink
Update Node version to "lts" in .mise.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hironow committed Oct 12, 2024
1 parent 6f75ac3 commit 9fccb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ THIS_PROJECT = "{{config_root}}-{{cwd}}"
bun = "latest"
rust = "latest"
go = "latest"
node = "latest"
terraform = "latest"
jq = "latest"
shellcheck = "latest"
python = "3.12"
node = "lts"


[plugins]
Expand Down

0 comments on commit 9fccb13

Please sign in to comment.