From c1be5dfbbf3403287b8ca894af2d8ac14b36f1c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:37:39 +0000 Subject: [PATCH] chore(deps): update dependency node to v20.18.0 (#126) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index a70d201..92fac45 100644 --- a/mise.toml +++ b/mise.toml @@ -3,4 +3,4 @@ tasks."lint:fix" = "bun run format:write" tasks.version = "npm version" [tools] -node = '20.17.0' +node = '20.18.0'