Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hocgin committed Sep 14, 2024
1 parent 4cab6a2 commit c5fbd04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [ 15.x ]
node_version: [ 14.x ]
os: [ ubuntu-latest ]
steps:
- name: Checkout
Expand Down
11 changes: 0 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,6 @@
"files": [
"dist"
],
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"dependencies": {
"@ant-design/compatible": "^5.1.1",
"@ant-design/icons": "^5.0.1",
Expand Down

0 comments on commit c5fbd04

Please sign in to comment.