Skip to content

Commit

Permalink
Try a specific variant for Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
stucka committed Jun 20, 2024
1 parent 95a3cff commit 53b4c87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- id: install
name: Install Python, pipenv and Pipfile packages
uses: palewire/install-python-pipenv-pipfile@v3
uses: palewire/install-python-pipenv-pipfile@f1fac0b357403ca866c483a05194d9b75e4fa1d8
with:
python-version: 3.9

Expand All @@ -34,7 +34,7 @@ jobs:

- id: install
name: Install Python, pipenv and Pipfile packages
uses: palewire/install-python-pipenv-pipfile@v3
uses: palewire/install-python-pipenv-pipfile@f1fac0b357403ca866c483a05194d9b75e4fa1d8
with:
python-version: ${{ matrix.python }}

Expand All @@ -54,7 +54,7 @@ jobs:

- id: install
name: Install Python, pipenv and Pipfile packages
uses: palewire/install-python-pipenv-pipfile@v3
uses: palewire/install-python-pipenv-pipfile@f1fac0b357403ca866c483a05194d9b75e4fa1d8
with:
python-version: 3.9

Expand Down

0 comments on commit 53b4c87

Please sign in to comment.