From e092e2c3ceda6b14ce848a7332e6833ee84b6d3f Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Sun, 10 Mar 2024 14:31:50 +0100 Subject: [PATCH] Update nodejs.yml --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a807309..cd14083 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -77,7 +77,7 @@ jobs: - name: Run docker in background run: | - docker run --detach --rm --name rippled-service -p 6006:6006 --health-cmd="wget localhost:6006 || exit 1" --health-interval=5s --health-retries=10 --health-timeout=2s gcr.io/thelab-924f3/dangell7-xahau-standalone:2023.12.29.689 + docker run --detach --rm --name rippled-service -p 6006:6006 --health-cmd="wget localhost:6006 || exit 1" --health-interval=5s --health-retries=10 --health-timeout=2s transia/xahau-2024125-release738-xahau - name: Setup npm version 7 run: |