Skip to content

Commit 4a9110e

Browse files
authored
Merge pull request #44 from binden-js/dependabot/npm_and_yarn/husky-9.0.6
devDependencies: bump husky from 8.0.3 to 9.0.6
2 parents f5faad9 + ac709a2 commit 4a9110e

File tree

5 files changed

+1784
-2736
lines changed

5 files changed

+1784
-2736
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88

9+
strategy:
10+
matrix:
11+
node-version: [20, 21]
12+
913
steps:
1014
- uses: actions/checkout@v4
1115
with:
1216
fetch-depth: 0
1317

1418
- uses: actions/setup-node@v4
1519
with:
16-
node-version: 18
20+
node-version: ${{ matrix.node-version }}
1721
check-latest: true
1822

1923
- name: Install dependencies
@@ -40,7 +44,7 @@ jobs:
4044

4145
- uses: actions/setup-node@v4
4246
with:
43-
node-version: 18
47+
node-version: 20
4448
check-latest: true
4549

4650
- name: Import GPG key

.husky/commit-msg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx commitlint --edit $1

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx lint-staged

0 commit comments

Comments
 (0)