We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9348eff commit 36b8bf4Copy full SHA for 36b8bf4
.github/workflows/types-codegen-pr.yaml
@@ -23,9 +23,9 @@ jobs:
23
node-version: '20.x'
24
#should we cache: 'npm'
25
26
- # - name: Install root dependencies
27
- # working-directory: .
28
- # run: npm install
+ - name: Install root dependencies
+ working-directory: .
+ run: npm install
29
30
- name: Install codegen dependencies
31
working-directory: types/codegen
@@ -68,4 +68,4 @@ jobs:
68
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
+ mvn clean compile -Djava.version=21
0 commit comments