Skip to content

Commit

Permalink
Added release key for new Node maintainer
Browse files Browse the repository at this point in the history
The changelog for [20.7.0](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.7.0) indicates a new release key for a maintainer was added. This release key addition was in this PR:
nodejs/node#49196
  • Loading branch information
colincasey committed Sep 19, 2023
1 parent 6cbd518 commit b5de3ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/bin/download-verify-node
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ gpg_keys=(
"74F12602B6F1C4E913FAA37AD3A89613643B6201"
"141F07595B7B3FFE74309A937405533BE57C7D57"
"DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7"
"A363A499291CBBC940DD62E41F10027AF002F8B0"
)
for key in "${gpg_keys[@]}"; do
gpg --keyserver hkps://keys.openpgp.org --recv-keys "$key"
Expand Down

0 comments on commit b5de3ca

Please sign in to comment.