Skip to content

Commit 8fa1f45

Browse files
authored
Update copy-tests.mts to use https git url
1 parent 8c4626c commit 8fa1f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node-tests/scripts/copy-tests.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import cp from "node:child_process";
44

55
import { TESTS_DIR } from "./utils.mjs";
66

7-
const NODE_REPO_URL = "git@github.com:nodejs/node.git";
7+
const NODE_REPO_URL = "https://github.com/nodejs/node.git";
88
const NODE_REPO_DIR = path.resolve(import.meta.dirname, "../node");
99

1010
const ALLOW_LIST = [

0 commit comments

Comments
 (0)