Merge branch 'main' into beta

This commit is contained in:
André Germann
2024-08-08 20:50:53 +02:00
committed by GitHub
9 changed files with 22 additions and 18 deletions

View File

@@ -1 +1 @@
6.12.0
7.0.22

View File

@@ -1 +1 @@
2.9.8
3.0.16

View File

@@ -1 +1 @@
4.2.0
4.5.0

View File

@@ -1 +1 @@
5.0.17
6.0.9

View File

@@ -1 +1 @@
18.17.1
v18.20.4

View File

@@ -43,8 +43,8 @@ jobs:
curl -sL https://repo.iobroker.live/sources-dist.json | \
jq -r '."discovery".version' > .github/dependencies/.discovery-version
echo "[LOG] Fetched discovery version is $(cat .github/dependencies/.discovery-version)"
curl -sL "https://deb.nodesource.com/node_18.x/dists/bullseye/main/binary-amd64/Packages" | \
awk -F ': ' '/^Version:/ {split($2,a,"-"); print a[1]}' > .github/dependencies/.nodejs-version
curl -sL https://nodejs.org/dist/index.json | \
jq -r 'map(select(.version | startswith("v18."))) | .[0].version' > .github/dependencies/.nodejs-version
echo "[LOG] Fetched nodejs version is $(cat .github/dependencies/.nodejs-version)"
- name: Check for modified files