From 8337b7e707352507609e5918882ff944e8f1f5fe Mon Sep 17 00:00:00 2001 From: Aleks Hudochenkov Date: Thu, 21 Oct 2021 20:56:22 +0200 Subject: [PATCH] Add debugging commands --- .github/workflows/nodejs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index bb6758b..8011e52 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -26,7 +26,13 @@ jobs: with: node-version: ${{ matrix.node }} + - run: npm -v + - run: npm ci + - run: npm ls @stylelint/postcss-css-in-js + + - run: npm ls + - name: Lint and Test run: npm test