Skip to content

Commit

Permalink
Merge pull request #593 from biglocalnews/stucka-patch-6
Browse files Browse the repository at this point in the history
Update continuous-deployment.yml for Node 20; see #592
  • Loading branch information
stucka authored Dec 12, 2023
2 parents 2ca7213 + 49042bd commit 68b682b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- id: setup-python
name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pipenv'
Expand All @@ -40,11 +40,11 @@ jobs:
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- id: setup-python
name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pipenv'
Expand All @@ -69,11 +69,11 @@ jobs:
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- id: setup-python
name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pipenv'
Expand Down Expand Up @@ -107,17 +107,17 @@ jobs:
test-python:
strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10"]
python: ["3.7", "3.8", "3.9", "3.10", "3.12",]
name: Test Python code
runs-on: ubuntu-latest
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- id: setup-python
name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pipenv'
Expand Down Expand Up @@ -147,11 +147,11 @@ jobs:
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- id: setup-python
name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pipenv'
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
steps:
- id: setup-python
name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
steps:
- id: setup-python
name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down

0 comments on commit 68b682b

Please sign in to comment.