Skip to content

Commit

Permalink
Update Pip_Update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkStarStrix authored Jun 20, 2024
1 parent a53c41c commit c903f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Pip_Update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.9'

- name: Install and update Python dependencies
run: |
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Install and update JavaScript dependencies
run: |
Expand Down

0 comments on commit c903f14

Please sign in to comment.