From 94c88476d689f588b0a0a9bb66a915d9a0adb5c9 Mon Sep 17 00:00:00 2001 From: Aleks Hudochenkov Date: Thu, 21 Oct 2021 21:02:46 +0200 Subject: [PATCH] Remove debugging commands --- .github/workflows/nodejs.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 3a314d3..812b0a2 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -29,13 +29,7 @@ jobs: - name: Install latest npm run: npm install --global npm@latest - - run: npm -v - - run: npm ci - - run: npm ls @stylelint/postcss-css-in-js - - - run: npm ls - - name: Lint and Test run: npm test