Skip to content

Commit 4b2d29f

Browse files
committed
chore: missing dependency
1 parent ae85863 commit 4b2d29f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
permissions:
1717
contents: read
1818
strategy:
19+
fail-fast: false
1920
matrix:
2021
node-version: [ latest, 14, 16, 18 ]
2122
steps:

package-lock.json

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"@jest/types": "^29.5.0",
3535
"@types/jest": "^29.5.0",
3636
"@typescript-eslint/eslint-plugin": "^5.55.0",
37+
"@typescript-eslint/parser": "^5.55.0",
3738
"eslint": "^8.36.0",
3839
"jest": "^29.5.0",
3940
"rimraf": "^4.4.0",

0 commit comments

Comments
 (0)