From 97356ec6205b72e2e80d84d459dbb5143bdd2314 Mon Sep 17 00:00:00 2001 From: Rob Cowsill <42620235+rcowsill@users.noreply.github.com> Date: Sat, 6 Jan 2024 13:27:02 +0000 Subject: [PATCH] Fix npx error --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ba70ad6..4e46989 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,4 +21,4 @@ jobs: node-version: lts/* - name: Run linter - run: npx --no-install web-ext lint + run: npx web-ext lint