diff --git a/.github/workflows/master-e2e.yaml b/.github/workflows/master-e2e.yaml index 8fbc2f6c..22839c2a 100644 --- a/.github/workflows/master-e2e.yaml +++ b/.github/workflows/master-e2e.yaml @@ -240,7 +240,7 @@ jobs: - name: Install Node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Install prerequisite components env: PUBLIC_DNS: ${{ needs.create-runner.outputs.public_dns }}