From c91294f4bd13b5944593a9b516b8dca1d997eb43 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 18 Sep 2025 19:44:38 -0400 Subject: [PATCH] fix(ci): proper luarc runtime --- .luarc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.luarc.json b/.luarc.json index e83a348..02ba89e 100644 --- a/.luarc.json +++ b/.luarc.json @@ -1,5 +1,5 @@ { - "runtime.version": "LuaJIT", + "runtime.version": "Lua 5.1", "runtime.path": [ "lua/?.lua", "lua/?/init.lua" @@ -13,4 +13,4 @@ ], "workspace.checkThirdParty": false, "completion.callSnippet": "Replace" -} \ No newline at end of file +}