Skip to content

Commit 9afe385

Browse files
committed
print out the installed deps
1 parent 6b78455 commit 9afe385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies (stable)
2323
run: |
2424
npm install next@latest react@latest react-dom@latest --legacy-peer-deps
25-
npm install
25+
npm install && npm list
2626
2727
- name: Run tests
2828
run: npm test

0 commit comments

Comments
 (0)