Skip to content

Commit

Permalink
Update a bunch of things
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-romero committed Dec 3, 2024
1 parent 9462e29 commit b029291
Show file tree
Hide file tree
Showing 4 changed files with 1,068 additions and 4,954 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Setup npm
uses: actions/setup-node@v3
with:
node-version: 22
node-version: 21
cache: npm
- name: Install dependencies
run: npm install
Expand All @@ -101,7 +101,7 @@ jobs:
- name: Setup npm
uses: actions/setup-node@v3
with:
node-version: 22
node-version: 21
cache: npm
- name: Install dependencies
run: make install-sphinx-deps
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
- name: Setup npm
uses: actions/setup-node@v3
with:
node-version: 22
node-version: 21
cache: npm
- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Groundlight's Escalation Technology combines the power of generative AI using ou

## Building a simple visual application

1. Install the `groundlight` SDK. Requires python version 3.9 or higher. See [prerequisites](#Prerequisites).
1. Install the `groundlight` SDK. Requires python version 3.9 or higher.

```shell
pip3 install groundlight
Expand Down
Loading

0 comments on commit b029291

Please sign in to comment.