From e7dd540bf7a85de878e46f918a2e67e821e77036 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 16:52:50 -0600 Subject: [PATCH] Update App Versions, run by GitHub Actions - Apps updated: (#2244) - Node.js-all: v0.38.0 -> v0.39.3 = - Node.js-all: v19.0.0 -> v19.4.0 = - Unciv-all: 4.4.2 -> 4.4.3 = Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- apps/Node.js/install | 4 ++-- apps/Unciv/install | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/Node.js/install b/apps/Node.js/install index 734d399bc5..0929d29948 100755 --- a/apps/Node.js/install +++ b/apps/Node.js/install @@ -1,7 +1,7 @@ #!/bin/bash -version=v19.0.0 -version2=v0.38.0 +version=v19.4.0 +version2=v0.39.3 #Checking if using armv6 if [ ! -z "$(cat /proc/cpuinfo | grep ARMv6)" ];then diff --git a/apps/Unciv/install b/apps/Unciv/install index 9ba547fa33..1624e346cd 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.4.2 +version=4.4.3 ### Install dependencies install_packages lsb-release wget gpg || error "Failed to install dependencies"