feat(nodejs): update to 20.8.1

This commit is contained in:
Michel 2023-10-17 13:47:23 +02:00
parent 9a1402fb94
commit b77d257027
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
direnv 2.32.3
nodejs 20.5.1
# NOTE: Path to nodejs is hardcoded in init.lua
nodejs 20.8.1
# TODO: Don't use version matching system
python 3.11.4

View File

@ -3,7 +3,7 @@
-- Use Node from ASDF
-- TODO: Use neovim config
vim.env.PATH = vim.env.HOME .. "/.asdf/installs/nodejs/20.5.1/bin/" .. ":" .. vim.env.PATH
vim.env.PATH = vim.env.HOME .. "/.asdf/installs/nodejs/20.8.1/bin/" .. ":" .. vim.env.PATH
-- Use Python from neoovim "config" folder
local python_root = vim.fn.glob(vim.fn.stdpath("config") .. "/.direnv/python*", true, true)[1]