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