diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 427c28dd..d2588d91 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -266,8 +266,8 @@ jobs: && apt-get clean \ && rm -rf /var/lib/apt/lists/* - - name: Print Node Path - run: which node + - name: Print Node Version + run: node -v - name: Checkout Repository uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5