Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jan 27, 2025
1 parent a54d642 commit 05ae799
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 175 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'

- name: apt-get
run: |
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: '14'

- run: git config --global url."https://git@".insteadOf git://
- name: npm ci
Expand Down
177 changes: 94 additions & 83 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gunicorn
honcho

git+https://github.com/superdesk/superdesk-core.git@release/2.8#egg=superdesk-core
git+https://github.com/superdesk/superdesk-core.git@develop#egg=superdesk-core
git+https://github.com/superdesk/superdesk-planning.git@feature/multiple-events-in-planning#egg=superdesk-planning
Loading

0 comments on commit 05ae799

Please sign in to comment.