We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5c9f8 commit 43fcb53Copy full SHA for 43fcb53
.github/workflows/nodejs.yml
@@ -222,6 +222,8 @@ jobs:
222
## rebuild deps for which scripts were ignored, or partially installed - since "ignore-scripts" was used
223
npm rebuild --loglevel=silly libxmljs2 || npm uninstall --no-save libxmljs2 || true
224
echo "::endgroup::"
225
+ ls -lisah node_modules/
226
+ npm why tslib
227
- name: fetch build artifact
228
# see https://github.com/actions/download-artifact
229
uses: actions/download-artifact@v5
0 commit comments