Skip to content

Commit f6019e7

Browse files
committed
revert node change
1 parent bf1ef1e commit f6019e7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
node-version: ${{ matrix.node-version }}
2727
cache: "npm"
2828
- run: npm ci
29-
- run: npm run prettier:write
30-
- run: git diff
31-
- run: exit 1
29+
- run: npm run prettier:check
3230
- run: npm run build --if-present
3331
- run: npm test

0 commit comments

Comments
 (0)