Skip to content

Commit

Permalink
Merge pull request pytroll#5 from pkhalaj/update/node-version
Browse files Browse the repository at this point in the history
Update node version.
  • Loading branch information
mraspaud authored May 23, 2024
2 parents b8f6cb0 + 649820d commit 40f45eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
PYTHON_VERSION: ${{ matrix.python-version }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install mongodb
Expand Down

0 comments on commit 40f45eb

Please sign in to comment.