diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index a5f6a5d866..21219f9a2f 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -24,6 +24,14 @@ jobs: steps: - name: Check out code uses: actions/checkout@v3 + + - uses: actions/setup-node@v3 + with: + node-version: 16 + + - name: Install JS dependencies + run: yarn install --frozen-lockfile + - name: prettier uses: EPMatt/reviewdog-action-prettier@v1 with: