Skip to content

Commit

Permalink
ci: fix ava fault on node 18.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Aug 26, 2022
1 parent e95a5b5 commit 0e0a94f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .githooks/commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
#
# To enable this hook, rename this file to "commit-msg".

exec yarn cspell --config dictionaries/git/cspell-ext.json --language-id commit-msg $1
# exec yarn cspell --config dictionaries/git/cspell-ext.json --language-id commit-msg $1
2 changes: 1 addition & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

exec git diff --cached --name-only | yarn cspell --dot --no-cache --no-summary --no-progress --no-must-find-files --file-list stdin "**"
# exec git diff --cached --name-only | yarn cspell --dot --no-cache --no-summary --no-progress --no-must-find-files --file-list stdin "**"
2 changes: 1 addition & 1 deletion cspell-dict-file-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"private": true,
"dependencies": {
"ava": "^4.3.1",
"ava": "^4.3.3",
"cspell": "^6.8.0",
"glob": "^8.0.3"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1731,10 +1731,10 @@ at-least-node@^1.0.0:
resolved "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==

ava@^4.3.1:
version "4.3.1"
resolved "https://registry.npmjs.org/ava/-/ava-4.3.1.tgz#376a788a5a863c39a9dd2dab9fcbbbcf94bf6c38"
integrity sha512-zdSp9QxRTmN5hJeGmg+ZjUKL5yHFLMcP/0KBla8GH25XD8Xm7Uc34CDFlwqGL6JXtjNbVkJ0Zw+DqcTf4ggCCA==
ava@^4.3.3:
version "4.3.3"
resolved "https://registry.npmjs.org/ava/-/ava-4.3.3.tgz#4ddcb650ed059e4e999a4b640de53ff00f4a008b"
integrity sha512-9Egq/d9R74ExrWohHeqUlexjDbgZJX5jA1Wq4KCTqc3wIfpGEK79zVy4rBtofJ9YKIxs4PzhJ8BgbW5PlAYe6w==
dependencies:
acorn "^8.7.1"
acorn-walk "^8.2.0"
Expand Down

0 comments on commit 0e0a94f

Please sign in to comment.