Skip to content

Commit

Permalink
build: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsManta committed Feb 5, 2024
1 parent 39517db commit ffd5a40
Show file tree
Hide file tree
Showing 4 changed files with 610 additions and 782 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master-pushed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: npm
Expand Down
8 changes: 8 additions & 0 deletions lefthook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
commit-msg:
commands:
lint:
run: npx lint-commit-message {1}
pre-commit:
commands:
type:
run: npx tsc --noEmit
Loading

0 comments on commit ffd5a40

Please sign in to comment.