From 0542ce84d61cc134a4d36a1643d35643868e870a Mon Sep 17 00:00:00 2001 From: Riddhesh Sanghvi Date: Fri, 2 Jan 2026 15:58:24 +0530 Subject: [PATCH] Update Docker image version in Playwright workflow Fixes: https://github.com/rtCamp/support/issues/247 --- .github/workflows/playwright.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 3caad90f9..7bc7c0302 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -39,9 +39,9 @@ jobs: ls -al # Install config site - name: Install and config site - uses: docker://rtcamp/base-wo:v1.0.0 + uses: docker://rtcamp/base-wo:v1.1.0 env: - NODE_VERSION: 17 + NODE_VERSION: 22 RCLONE_CONFIG: ${{ secrets.RCLONE_CONFIG }} - name: Archive HTML Report on failure @@ -53,4 +53,4 @@ jobs: - name: Cleanup if: ${{ always() }} - uses: rtCamp/action-cleanup@master \ No newline at end of file + uses: rtCamp/action-cleanup@master