Skip to content

Commit f41ebe0

Browse files
committed
Don't break our node in CI quite yet
1 parent 9cec68d commit f41ebe0

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"node": "16.19.1",
1414
"yarn": "1.22.19"
1515
},
16+
"resolutions": {
17+
"isbinaryfile": "^4.0.0"
18+
},
1619
"workspaces": [
1720
"addon"
1821
]

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8415,10 +8415,10 @@ isarray@^2.0.5:
84158415
resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
84168416
integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==
84178417

8418-
isbinaryfile@^5.0.0:
8419-
version "5.0.0"
8420-
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-5.0.0.tgz#034b7e54989dab8986598cbcea41f66663c65234"
8421-
integrity sha512-UDdnyGvMajJUWCkib7Cei/dvyJrrvo4FIrsvSFWdPpXSUorzXrDJ0S+X5Q4ZlasfPjca4yqCNNsjbCeiy8FFeg==
8418+
isbinaryfile@^4.0.0, isbinaryfile@^5.0.0:
8419+
version "4.0.10"
8420+
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.10.tgz#0c5b5e30c2557a2f06febd37b7322946aaee42b3"
8421+
integrity sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==
84228422

84238423
isexe@^2.0.0:
84248424
version "2.0.0"

0 commit comments

Comments
 (0)