Skip to content

Commit

Permalink
Remove unused node setup from ci. (#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Oct 14, 2022
1 parent af1ece2 commit b0e6f4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-python@v4
with:
python-version: 3.9
Expand Down Expand Up @@ -95,7 +94,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-python@v4
with:
python-version: 3.9
Expand Down

0 comments on commit b0e6f4e

Please sign in to comment.