Fix new JS verification errors and force specific TSC version
The new TSC compiler does stricter checking on the JS documentation strings. All documentation strings have been updated to pass with the current version (7.0.2) In addition, the version of the TSC compiler used during the github action will be fixed to 7.0.2, so that we don't get these type of sudden errors again in the future. Unfortunately this means we need to periodically update this manually.
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -293,7 +293,7 @@ jobs:
|
||||
node-version: 24
|
||||
- name: JS Type Check
|
||||
run: |
|
||||
npx -p typescript tsc -p radicale/web/jsconfig.json
|
||||
npx -y -p typescript@7.0.2 tsc -p radicale/web/jsconfig.json
|
||||
|
||||
lint:
|
||||
name: Lint
|
||||
|
||||
Reference in New Issue
Block a user