Skip to content

Commit

Permalink
Node.js, Reaper: Update App Versions
Browse files Browse the repository at this point in the history
- Node.js-all: v20.17.0 -> v20.18.0
- Reaper-arm64: 722 -> 723
- Reaper-armhf: 722 -> 723
  • Loading branch information
github-actions[bot] committed Oct 4, 2024
1 parent 7b72d15 commit 4f574ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/Node.js/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v20.17.0
version=v20.18.0
version2=v0.40.1

#Checking if using armv6
Expand Down
2 changes: 1 addition & 1 deletion apps/Reaper/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=722
version=723
version2=1.2.4.6
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

Expand Down
2 changes: 1 addition & 1 deletion apps/Reaper/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=722
version=723
version2=1.2.4.6
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

Expand Down

0 comments on commit 4f574ee

Please sign in to comment.