From 0062c190fabb508440b25fdebf37cefcab960e05 Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Thu, 1 Aug 2024 09:57:31 +0100 Subject: [PATCH] f --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5b5a96..130a87b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,9 @@ jobs: uses: actions/checkout@v3 - name: eslint - run: npx --package='eslint/js' -c 'eslint .' + run: | + npm install -g npm + npx --package='eslint/js' -c 'eslint .' - name: configure python uses: actions/setup-python@v4