From caf455a75af9c92b290365f51208c0414d94c2a9 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Wed, 15 Jun 2022 17:32:32 +0100 Subject: [PATCH] chore: rename primary branch of nodejs/node Refs: https://github.com/nodejs/node/issues/33864 --- tools/update-canary.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/update-canary.sh b/tools/update-canary.sh index 3ed159b5609..37e9e66652a 100755 --- a/tools/update-canary.sh +++ b/tools/update-canary.sh @@ -5,13 +5,13 @@ set -ex cd node-v8 git remote add upstream https://github.com/nodejs/node.git -git fetch upstream master +git fetch upstream main git fetch upstream canary-base git config user.name "Node.js GitHub Bot" git config user.email github-bot@iojs.org -git reset --hard upstream/master +git reset --hard upstream/main # Update V8 to the lkgr branch git-node v8 major --branch=lkgr --base-dir="$GITHUB_WORKSPACE"