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 d8383f9 commit 447313aCopy full SHA for 447313a
.github/workflows/nodejs.yml
@@ -210,18 +210,6 @@ jobs:
210
echo "::group::rebuild libxmljs2"
211
npm rebuild --loglevel=silly libxmljs2 || npm uninstall --no-save libxmljs2 || true
212
echo "::endgroup::"
213
- - name: research
214
- shell: bash
215
- run: |
216
- echo "::group::lock"
217
- cat node_modules/.package-lock.json
218
- echo "::endgroup::"
219
- echo "::group::why"
220
- npm why tslib || true
221
222
- echo "::group::ls"
223
- ls -lisah node_modules/
224
225
- name: fetch build artifact
226
# see https://github.com/actions/download-artifact
227
uses: actions/download-artifact@v5
0 commit comments