Skip to content

Commit

Permalink
chore: remove unused prettier uninstall step from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed May 4, 2020
1 parent 0a63d40 commit 3375ac3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/nodejs.yml
Expand Up @@ -79,9 +79,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: remove prettier dep
run: yarn remove-prettier-dep
if: matrix.node-version == '8.17.0'
- name: install
run: yarn install-no-ts-build
- name: run tests
Expand Down

0 comments on commit 3375ac3

Please sign in to comment.