diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16b8d25309..c5c579db0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -220,7 +220,6 @@ jobs: - name: Lint quadratic-client run: | npm install - npm install -g typescript cd quadratic-client npm run lint:prettier npm run lint:eslint @@ -260,7 +259,6 @@ jobs: else echo "VERSION check passed: Current branch ($current_version) > main ($main_version)" fi - check-versions-match: runs-on: ubuntu-latest