Skip to content

Commit 1c99c0b

Browse files
authored
Merge pull request #904 from docat-org/chore/update-python
chore(web): update Python
2 parents fc6d387 + 5f4065b commit 1c99c0b

File tree

3 files changed

+410
-398
lines changed

3 files changed

+410
-398
lines changed

.github/workflows/docat.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
working-directory: docat
2222
run: |
2323
python -m pip install --upgrade pip
24-
python -m pip install poetry==1.7.1
24+
python -m pip install poetry==1.8.3
2525
python -m poetry install
2626
2727
- name: run backend linter
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646
- uses: actions/setup-node@v4
4747
with:
48-
node-version: '20'
48+
node-version: '22'
4949
- name: install JavaScript dependencies
5050
working-directory: web
5151
run: yarn install

0 commit comments

Comments
 (0)