Skip to content

Commit

Permalink
migrate from node 16 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
phreed authored and christo-ph committed Mar 22, 2024
1 parent 8dccf81 commit 1f951ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testpi_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install dependencies and build distribution packages
Expand All @@ -23,7 +23,7 @@ jobs:
python setup.py sdist bdist_wheel
twine check dist/*
- name: Store the distribution packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit 1f951ff

Please sign in to comment.