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