Skip to content

Commit

Permalink
wip: Upgrade NodeJS to v20 - fixed doc build (#884) [build doc]
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Jul 3, 2024
1 parent 4e197c5 commit 72542f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Setup workspace
env:
KALISIO_GITHUB_URL: ${{ secrets.KALISIO_GITHUB_URL }}
run: bash ./scripts/setup_workspace.sh
run: bash ./scripts/setup_workspace.sh -n 18
- name: Build docs
env:
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
Expand Down
2 changes: 0 additions & 2 deletions scripts/setup_workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,4 @@ fi

setup_lib_workspace "$WORKSPACE_DIR" "$KALISIO_GITHUB_URL/kalisio/development.git"

run_kli "$WORKSPACE_DIR" "$WORKSPACE_NODE" "$WORKSPACE_DIR/development/workspaces/libs/kdk/dev/kdk.cjs" klifull

end_group "Setting up workspace ..."

0 comments on commit 72542f5

Please sign in to comment.