diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb01bbac..175969b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,8 @@ jobs: timeout-minutes: 20 shell: bash run: | + git config --global url."https://github.com/".insteadOf "ssh://git@github.com/" + git config --global --add url."https://github.com/".insteadOf "git@github.com:" for attempt in 1 2 3; do npm install && break if [ "$attempt" -lt 3 ]; then @@ -115,6 +117,8 @@ jobs: timeout-minutes: 20 shell: bash run: | + git config --global url."https://github.com/".insteadOf "ssh://git@github.com/" + git config --global --add url."https://github.com/".insteadOf "git@github.com:" for attempt in 1 2 3; do npm install && break if [ "$attempt" -lt 3 ]; then @@ -154,6 +158,8 @@ jobs: timeout-minutes: 20 shell: bash run: | + git config --global url."https://github.com/".insteadOf "ssh://git@github.com/" + git config --global --add url."https://github.com/".insteadOf "git@github.com:" for attempt in 1 2 3; do npm install && break if [ "$attempt" -lt 3 ]; then @@ -238,6 +244,8 @@ jobs: timeout-minutes: 20 shell: bash run: | + git config --global url."https://github.com/".insteadOf "ssh://git@github.com/" + git config --global --add url."https://github.com/".insteadOf "git@github.com:" for attempt in 1 2 3; do npm install && break if [ "$attempt" -lt 3 ]; then @@ -384,6 +392,8 @@ jobs: timeout-minutes: 20 shell: bash run: | + git config --global url."https://github.com/".insteadOf "ssh://git@github.com/" + git config --global --add url."https://github.com/".insteadOf "git@github.com:" for attempt in 1 2 3; do npm install && break if [ "$attempt" -lt 3 ]; then diff --git a/package-lock.json b/package-lock.json index d5a3bd6c..a25acb6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7304,7 +7304,7 @@ }, "node_modules/tree-sitter-clojure": { "version": "0.0.13", - "resolved": "git+ssh://git@github.com/sogaiu/tree-sitter-clojure.git#e43eff80d17cf34852dcd92ca5e6986d23a7040f", + "resolved": "git+https://github.com/sogaiu/tree-sitter-clojure.git#e43eff80d17cf34852dcd92ca5e6986d23a7040f", "dev": true }, "node_modules/tree-sitter-cpp": { @@ -7425,7 +7425,7 @@ }, "node_modules/tree-sitter-gleam": { "version": "1.0.0", - "resolved": "git+ssh://git@github.com/gleam-lang/tree-sitter-gleam.git#c610c282ef73f830d80c1f0999dce8e83f024ef5", + "resolved": "git+https://github.com/gleam-lang/tree-sitter-gleam.git#c610c282ef73f830d80c1f0999dce8e83f024ef5", "integrity": "sha512-ZpX7xyHHP5uWbtG1agroI1IZNoCAgsdhZplm8CUAbhuqOZ7D82hToeeWO3JM+VUPC9D2GAA5Uv2VpNWTmTgtlQ==", "dev": true, "license": "Apache-2.0",