Skip to content

Commit 876588b

Browse files
authored
Merge branch 'main' into conorstw/types-NEW
2 parents 0a00ca6 + 26e276e commit 876588b

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/workflows/types-codegen-pr.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
node-version: '20.x'
2424
#should we cache: 'npm'
2525

26-
# - name: Install root dependencies
27-
# working-directory: .
28-
# run: npm install
26+
- name: Install root dependencies
27+
working-directory: .
28+
run: npm install
2929

3030
- name: Install codegen dependencies
3131
working-directory: types/codegen
@@ -66,6 +66,4 @@ jobs:
6666
- name: Build Java with Maven
6767
working-directory: types/codegen/generated/java
6868
run: |
69-
# Install the LSP4J dependency before compiling
70-
mvn dependency:get -Dartifact=org.eclipse.lsp4j:org.eclipse.lsp4j:0.22.0
71-
mvn clean compile -Djava.version=21
69+
mvn clean compile -Djava.version=21

types/codegen/schema/chatTypes.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,10 +1431,6 @@
14311431
}
14321432
}
14331433
},
1434-
"SubscriptionUpgradeParams": {
1435-
"type": "object",
1436-
"properties": {}
1437-
},
14381434
"ConversationItemGroup": {
14391435
"type": "object",
14401436
"properties": {

0 commit comments

Comments
 (0)