diff --git a/.github/workflows/setup-node-environment.yml b/.github/workflows/setup-node-environment.yml index 1593017..02cf299 100644 --- a/.github/workflows/setup-node-environment.yml +++ b/.github/workflows/setup-node-environment.yml @@ -70,8 +70,5 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - - name: /opt/hostedtoolcache - run: | - set -x; - ls -lha /opt/hostedtoolcache - ls -lha /opt/hostedtoolcache/node/ \ No newline at end of file + - run: ls -lha /opt/hostedtoolcache + - run: ls -lha /opt/hostedtoolcache/node/ \ No newline at end of file