Skip to content

Commit

Permalink
Bump minimum supported Node version to v18 (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Jun 4, 2024
1 parent f029cf2 commit 28cefbf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
13 changes: 8 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion packages/tailwindcss-language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/dlv": "^1.1.4",
"@types/find-up": "^4.0.0",
"@types/license-checker": "^25.0.6",
"@types/node": "14.14.34",
"@types/node": "^18.19.33",
"@types/normalize-path": "^3.0.2",
"@types/picomatch": "^2.3.3",
"@types/postcss-import": "^14.0.3",
Expand Down Expand Up @@ -89,5 +89,8 @@
"vscode-languageserver": "8.1.0",
"vscode-languageserver-textdocument": "1.0.11",
"vscode-uri": "3.0.2"
},
"engines": {
"node": ">=18.0.0"
}
}

0 comments on commit 28cefbf

Please sign in to comment.