diff --git a/templates/build-react-native.yml b/templates/build-react-native.yml index ef364c5145..bc474fc36b 100644 --- a/templates/build-react-native.yml +++ b/templates/build-react-native.yml @@ -13,9 +13,9 @@ Builds: - sysctl fs.inotify.max_user_watches=524288 || true # Find the nodejs download URL at https://nodejs.org/en/download/releases/ # Download the gz tarball because xz-utils is not installed by default - - curl -Lo node.tar.xz https://nodejs.org/download/release/v19.3.0/node-v19.3.0-linux-x64.tar.gz + - curl -Lo node.tar.gz https://nodejs.org/download/release/v19.3.0/node-v19.3.0-linux-x64.tar.gz # Find the checksum at https://nodejs.org/dist/v${VERSION}/SHASUMS256.txt.asc - - echo "b525028ae5bb71b5b32cb7fce903ccce261dbfef4c7dd0f3e0ffc27cd6fc0b3f node.tar.xz" + - echo "b525028ae5bb71b5b32cb7fce903ccce261dbfef4c7dd0f3e0ffc27cd6fc0b3f node.tar.gz" | sha256sum -c - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ # If you use yarn