Skip to content

Commit ea9640f

Browse files
authored
node shouldn't be needed
pre-commit will bootstrap a node environment if there isn't one there
1 parent 569eea4 commit ea9640f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

28-
- name: Set Up Node for prettier
29-
uses: actions/setup-node@v1
30-
with:
31-
node-version: 14.x
32-
3328
- name: Install
3429
run: |
3530
pip install tox

0 commit comments

Comments
 (0)