Fix CJS types (#2880)

* Fix Vue type error

* Add separate CTS types

* Add “Are The Types Wrong” CLI

* wip

* Bump node versions in workflows

* wip

* wip

* wip

* yolo

* yolo (again?)

* wip

* wip
This commit is contained in:
Jordan Pittman
2023-12-12 11:43:34 -05:00
committed by GitHub
parent c2096b0ddd
commit c25e2e6036
14 changed files with 233 additions and 14 deletions
+7
View File
@@ -26,6 +26,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Check Types
run: |
yarn build
yarn lint-types
env:
CI: true
- run: git fetch --tags -f
- name: Resolve version