Skip to content

Commit

Permalink
Add debugging commands
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Oct 21, 2021
1 parent 957a4ce commit 8337b7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8337b7e

Please sign in to comment.