diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 644dbc1..d140d47 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -22,6 +22,7 @@ jobs: with: node-version: ${{ matrix.node-version }} # - run: npm ci + - run: pwd && ls -la - run: npm install - run: npm run build --if-present - run: npm run test --if-present