From 38bd0049d3a4fb85f364fb0847638f590c67b1b6 Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Wed, 29 Jul 2020 21:47:18 -0400 Subject: [PATCH] Bump deno runtime version --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 7617296..508208f 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "version": 2, "functions": { - "api/**/*.{j,t}s": { "runtime": "vercel-deno@0.4.4" } + "api/**/*.{j,t}s": { "runtime": "vercel-deno@0.6.0" } }, "redirects": [ { "source": "/", "destination": "https://github.com/hackclub/cdn"}