Skip to content

Commit 3375ac3

Browse files
committed
chore: remove unused prettier uninstall step from CI
1 parent 0a63d40 commit 3375ac3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ jobs:
7979
uses: actions/setup-node@v1
8080
with:
8181
node-version: ${{ matrix.node-version }}
82-
- name: remove prettier dep
83-
run: yarn remove-prettier-dep
84-
if: matrix.node-version == '8.17.0'
8582
- name: install
8683
run: yarn install-no-ts-build
8784
- name: run tests

0 commit comments

Comments
 (0)