fix: set it right here
Node.js CI / Lint and Test (pull_request) Failing after 2m47s

This commit is contained in:
2025-02-17 13:50:13 -08:00
parent 94830188e7
commit 95fcd549f0
+1 -1
View File
@@ -6,7 +6,7 @@
"dev": "ng dev",
"lint": "eslint src --max-warnings 0",
"build": "ng build",
"test": "ng test --no-watch --no-progress --browsers=ChromeHeadless"
"test": "CHROME_BIN=/usr/bin/google-chrome ng test --no-watch --no-progress --browsers=ChromeHeadless"
},
"private": true,
"dependencies": {