Skip to content

Commit

Permalink
log tsc, ensure all tsc match
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Jan 6, 2025
1 parent 02704b3 commit a9f7134
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Prettier
run: pnpm lint:prettier
- name: Log TSC Version
run: pnpm exec tsc --version
- name: Lint
run: pnpm lint
- name: Check Uncompiled Packages for TypeScript Compilation Errors
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tests/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"start": "bun run build:tests --watch",
"test": "bun run examine",
"test:production": "bun run examine",
"typescript": "^5.2.2",
"sync-hardlinks": "bun run sync-dependencies-meta-injected"
},
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion tests/vite-basic-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"qunit": "^2.22.0",
"qunit-dom": "^3.3.0",
"tracked-built-ins": "^3.3.0",
"typescript": "^5.5.4",
"typescript": "^5.4.5",
"typescript-eslint": "^8.13.0",
"vite": "^5.4.11",
"webpack": "^5.95.0"
Expand Down

0 comments on commit a9f7134

Please sign in to comment.