Fix: use older nodejs version due to breaking classnames in 22.12
This commit is contained in:
committed by
clan-bot
parent
b21c14d8a5
commit
cffd2450e3
@@ -18,7 +18,7 @@ export default tseslint.config(
|
||||
},
|
||||
],
|
||||
"tailwindcss/no-custom-classname": [
|
||||
"warn",
|
||||
"error",
|
||||
{
|
||||
callees: ["cx"],
|
||||
whitelist: ["material-icons"],
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
packages.webview-ui = pkgs.buildNpmPackage {
|
||||
pname = "clan-webview-ui";
|
||||
version = "0.0.1";
|
||||
|
||||
nodejs = pkgs.nodejs_20;
|
||||
src = ./app;
|
||||
|
||||
npmDeps = pkgs.importNpmLock { npmRoot = ./app; };
|
||||
|
||||
Reference in New Issue
Block a user