diff --git a/.github/workflows/javascript.yml b/.github/workflows/javascript.yml index 3d13dd8c..257e5a0c 100644 --- a/.github/workflows/javascript.yml +++ b/.github/workflows/javascript.yml @@ -12,9 +12,11 @@ jobs: with: node-version: 18 - - name: Install standard + - name: Install standard and React plugin for ESlint run: | - npm install standard --location=global + npm install standard@17.1.2 --location=global + npm install eslint@8.57.1 --location=global + npm install eslint-plugin-react@7.37.1 --location=global - name: Lint with standard run: |