Skip to content

Commit

Permalink
Merge pull request #314 from nodestream-proj/test/rev-to-node-20-actions
Browse files Browse the repository at this point in the history
Bump to Node 20 Based Actions
  • Loading branch information
zprobst authored Jun 7, 2024
2 parents 5c009de + 25f7b18 commit 4daac75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
Expand All @@ -36,7 +36,7 @@ jobs:
poetry run black nodestream tests --check
poetry run isort nodestream tests --check-only
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: ${{ matrix.python-version }}-${{ matrix.os }}

0 comments on commit 4daac75

Please sign in to comment.