Skip to content

Commit

Permalink
explicitly set npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-romero committed Dec 3, 2024
1 parent 241159b commit 6cf3481
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,17 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: install poetry
- name: Install poetry
uses: snok/install-poetry@v1
with:
version: ${{ env.POETRY_VERSION }}

- name: Setup npm
uses: actions/setup-node@v3
with:
node-version: 22
cache: npm
- name: Install dependencies
run: make install-sphinx-deps

- name: Build API documentation
run: |
make apidocs
Expand Down

0 comments on commit 6cf3481

Please sign in to comment.