Skip to content

Commit

Permalink
chore: rename primary branch of nodejs/node (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau authored Jun 16, 2022
1 parent 3e6ec77 commit 11d0b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/update-canary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]

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"
Expand Down

0 comments on commit 11d0b20

Please sign in to comment.