We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f21ff22 + db2fe72 commit 485333cCopy full SHA for 485333c
update-keys.sh
@@ -0,0 +1,3 @@
1
+#!/bin/sh -ex
2
+
3
+curl -fsSLo- --compressed https://github.com/nodejs/node/raw/master/README.md | awk '/^gpg --keyserver pool.sks-keyservers.net --recv-keys/ {print $NF}' > keys/node.keys
0 commit comments