This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a commit to branch lostluck-thats-how-you-doc-rc
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/lostluck-thats-how-you-doc-rc 
by this push:
     new 5a2f2f0aa96 Attempt to work around typescript 1
5a2f2f0aa96 is described below

commit 5a2f2f0aa967b0611961b0132a129e3e44998dff
Author: lostluck <13907733+lostl...@users.noreply.github.com>
AuthorDate: Wed Aug 23 17:57:21 2023 -0700

    Attempt to work around typescript 1
---
 .github/workflows/build_release_candidate.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_release_candidate.yml 
b/.github/workflows/build_release_candidate.yml
index cfd630d1ed1..c1e4d84dd49 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -231,7 +231,7 @@ jobs:
              
             echo "------------------Building Typescript 
Doc------------------------"
             cd ${BEAM_ROOT_DIR}
-            cd sdks/typescript && npm ci && npm run docs
+            cd sdks/typescript && npm install ttypescript@1.5.15 && npm ci && 
npm run docs
             GENERATED_TYPEDOC=${BEAM_ROOT_DIR}/sdks/typescript/docs
              
             echo "----------------------Building Java 
Doc----------------------"

Reply via email to