diff --git a/.github/workflows/setup-node-environment.yml b/.github/workflows/setup-node-environment.yml index 5960818..1593017 100644 --- a/.github/workflows/setup-node-environment.yml +++ b/.github/workflows/setup-node-environment.yml @@ -70,3 +70,8 @@ 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