From 704d8aced73cab6dab639fc7e28d5bde87e601a2 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sat, 20 Apr 2024 08:09:35 +1200 Subject: [PATCH] ci: remove dev dependency on `@typescript-eslint/parser` before installing v9 --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index c0d3523..e6f1cb0 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -56,7 +56,7 @@ jobs: useLockFile: false - if: ${{ matrix.eslint == 9 }} - run: npm i -g npm@latest + run: npm un @typescript-eslint/parser - name: Install ESLint v${{ matrix.eslint }} run: npm install --no-save --force eslint@${{ matrix.eslint }}