From c162a8087c239e21fd925738a8ee0d2478ff1864 Mon Sep 17 00:00:00 2001 From: Jon Fairbanks Date: Sun, 10 Nov 2024 22:14:39 -0800 Subject: [PATCH] Set TERM --- .github/workflows/npm-lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/npm-lint.yml b/.github/workflows/npm-lint.yml index 122a83f..553da52 100644 --- a/.github/workflows/npm-lint.yml +++ b/.github/workflows/npm-lint.yml @@ -22,5 +22,7 @@ jobs: working-directory: src - name: Run npm lint + env: + TERM: xterm run: npm run lint working-directory: src \ No newline at end of file