Skip to content

Commit 68eb206

Browse files
committed
chore: update dependencies and husky configuration
- Updated @commitlint/cli and @commitlint/config-conventional to version 20.x - Updated @labeg/code-style to version 6.10.3 - Updated @types/node to version 24.10.1 - Updated @types/react to version 19.2.6 - Updated lint-staged to version 16.2.7 - Updated typescript to version 5.9.3 - Changed husky prepare script from "husky install" to "husky"
1 parent 4c8ebe5 commit 68eb206

File tree

3 files changed

+970
-617
lines changed

3 files changed

+970
-617
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build and publish package
2525
uses: actions/setup-node@v3
2626
with:
27-
node-version: 18
27+
node-version: 24
2828
registry-url: https://registry.npmjs.org/
2929

3030
- run: git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)