diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 0029bae..a1e5311 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -49,7 +49,7 @@ jobs: # ---- Test stage: pure Node + Appium, consumes the prebuilt APK ---- # No Flutter on PATH from here on; the test only needs the APK by path. - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '20' cache: 'npm'