We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6d387 commit 5f4065bCopy full SHA for 5f4065b
.github/workflows/docat.yml
@@ -21,7 +21,7 @@ jobs:
21
working-directory: docat
22
run: |
23
python -m pip install --upgrade pip
24
- python -m pip install poetry==1.7.1
+ python -m pip install poetry==1.8.3
25
python -m poetry install
26
27
- name: run backend linter
@@ -45,7 +45,7 @@ jobs:
45
- uses: actions/checkout@v4
46
- uses: actions/setup-node@v4
47
with:
48
- node-version: '20'
+ node-version: '22'
49
- name: install JavaScript dependencies
50
working-directory: web
51
run: yarn install
0 commit comments