Skip to content

Commit

Permalink
Bump CI bits
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Jan 10, 2025
1 parent 549f239 commit dc0684e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@ jobs:
strategy:
matrix:
include:
- python-version: '3.11'
- python-version: '3.13'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 'Set up Python ${{ matrix.python-version }}'
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '${{ matrix.python-version }}'
cache: pip
- run: pip install -U pip
- run: pip install tox-gh-actions tox
- run: tox
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v5
Lint-Frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22
cache: npm
cache-dependency-path: package.json
- run: npm i --ignore-scripts
Expand All @@ -43,12 +43,12 @@ jobs:
- Lint-Frontend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.13'
cache: pip
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
cache: npm
Expand All @@ -60,7 +60,7 @@ jobs:
NODE_ENV: production
- run: python -m build .
- run: zipinfo dist/*.whl | grep static/infokala/infokala.js || exit 42
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist

0 comments on commit dc0684e

Please sign in to comment.