Archived
1
0

Update Node to 12.18.4 (#2175)

This commit is contained in:
Asher
2020-10-08 16:15:05 -05:00
committed by GitHub
parent 8063c79e44
commit 9f963c7e66
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ set -euo pipefail
main() {
cd "$(dirname "$0")/../.."
NODE_VERSION=v12.18.3
NODE_VERSION=v12.18.4
NODE_OS="$(uname | tr '[:upper:]' '[:lower:]')"
NODE_ARCH="$(uname -m | sed 's/86_64/64/; s/aarch64/arm64/')"
curl -L "https://nodejs.org/dist/$NODE_VERSION/node-$NODE_VERSION-$NODE_OS-$NODE_ARCH.tar.gz" | tar -xz