fix(ci): use HTTPS URL in yarn.lock for libsignal

fix(ci): use HTTPS URL in yarn.lock for libsignal
This commit is contained in:
Renato Alcara
2026-02-02 14:43:46 -03:00
committed by GitHub
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -1,6 +1 @@
nodeLinker: node-modules
# Force HTTPS for GitHub git dependencies (fixes CI permission errors)
gitUrlSubstitution:
"ssh://git@github.com/": "https://github.com/"
"git@github.com:": "https://github.com/"
+1 -1
View File
@@ -4761,7 +4761,7 @@ levn@~0.3.0:
"libsignal@git+https://github.com/whiskeysockets/libsignal-node":
version "2.0.1"
resolved "git+ssh://git@github.com/whiskeysockets/libsignal-node.git#1c30d7d7e76a3b0aa120b04dc6a26f5a12dccf67"
resolved "git+https://github.com/whiskeysockets/libsignal-node.git#1c30d7d7e76a3b0aa120b04dc6a26f5a12dccf67"
dependencies:
curve25519-js "^0.0.4"
protobufjs "6.8.8"