Skip to content

Commit c4ce5a8

Browse files
committed
Update husky to 8.0.0
1 parent eb9ed7b commit c4ce5a8

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525

2626
- name: Install dependencies
2727
run: yarn --immutable
28+
env:
29+
HUSKY: 0
2830

2931
- name: Run tests
3032
run: yarn lint
@@ -44,6 +46,8 @@ jobs:
4446

4547
- name: Install dependencies
4648
run: yarn --immutable
49+
env:
50+
HUSKY: 0
4751

4852
- name: Run tests
4953
run: yarn jest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/preset-env": "^7.15.0",
3535
"eslint": "^8.5.0",
3636
"eslint-config-wojtekmaj": "^0.6.5",
37-
"husky": "^7.0.0",
37+
"husky": "^8.0.0",
3838
"jest": "^27.0.0",
3939
"prettier": "^2.5.0",
4040
"pretty-quick": "^3.1.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,7 +1765,7 @@ __metadata:
17651765
"@babel/preset-env": ^7.15.0
17661766
eslint: ^8.5.0
17671767
eslint-config-wojtekmaj: ^0.6.5
1768-
husky: ^7.0.0
1768+
husky: ^8.0.0
17691769
jest: ^27.0.0
17701770
prettier: ^2.5.0
17711771
pretty-quick: ^3.1.0
@@ -3552,12 +3552,12 @@ __metadata:
35523552
languageName: node
35533553
linkType: hard
35543554

3555-
"husky@npm:^7.0.0":
3556-
version: 7.0.4
3557-
resolution: "husky@npm:7.0.4"
3555+
"husky@npm:^8.0.0":
3556+
version: 8.0.1
3557+
resolution: "husky@npm:8.0.1"
35583558
bin:
35593559
husky: lib/bin.js
3560-
checksum: c6ec4af63da2c9522da8674a20ad9b48362cc92704896cc8a58c6a2a39d797feb2b806f93fbd83a6d653fbdceb2c3b6e0b602c6b2e8565206ffc2882ef7db9e9
3560+
checksum: 943a73a13d0201318fd30e83d299bb81d866bd245b69e6277804c3b462638dc1921694cb94c2b8c920a4a187060f7d6058d3365152865406352e934c5fff70dc
35613561
languageName: node
35623562
linkType: hard
35633563

0 commit comments

Comments
 (0)