Skip to content

Commit

Permalink
update publish workflow version (#893)
Browse files Browse the repository at this point in the history
Co-authored-by: noO0ob
  • Loading branch information
noO0oOo0ob authored Jan 21, 2025
1 parent b406390 commit a1f1098
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: "14"
- name: Install npm Dependencies
Expand All @@ -23,9 +23,9 @@ jobs:
npm run build
cd ..
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.9"
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit a1f1098

Please sign in to comment.