Skip to content

Commit

Permalink
Merge pull request #904 from docat-org/chore/update-python
Browse files Browse the repository at this point in the history
chore(web): update Python
  • Loading branch information
fliiiix committed Jun 22, 2024
2 parents fc6d387 + 5f4065b commit 1c99c0b
Show file tree
Hide file tree
Showing 3 changed files with 410 additions and 398 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
working-directory: docat
run: |
python -m pip install --upgrade pip
python -m pip install poetry==1.7.1
python -m pip install poetry==1.8.3
python -m poetry install
- name: run backend linter
Expand All @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
- name: install JavaScript dependencies
working-directory: web
run: yarn install
Expand Down
Loading

0 comments on commit 1c99c0b

Please sign in to comment.