Skip to content

Commit

Permalink
revert install typescript in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushAgrawal-A2 committed Nov 11, 2024
1 parent b0fa1d3 commit db9eeb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit db9eeb7

Please sign in to comment.