diff --git a/.github/workflows/run-fact-dictionary-tests.yml b/.github/workflows/run-fact-dictionary-tests.yml index ed00ae3..b0530a6 100644 --- a/.github/workflows/run-fact-dictionary-tests.yml +++ b/.github/workflows/run-fact-dictionary-tests.yml @@ -34,7 +34,7 @@ jobs: node-version: '18.20.4' - name: Install node - uses: ../../../npm install + run: ../../../npm install - name: Run fact dictionary tests run: npm run test factDictionaryTests