Skip to content

Commit

Permalink
Check npm global version before & after
Browse files Browse the repository at this point in the history
  • Loading branch information
BassemNKhalil authored Nov 16, 2023
1 parent ad1f7d9 commit 8c676a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
cache: "npm"
cache: "npm
- run: npm list -g npm
- run: npm i -g [email protected]
if: ${{ matrix.version == 18 }}
- run: npm list -g npm
- run: npm cit
coverage-report:
uses: ./.github/workflows/jest_coverage_report.yml
Expand Down

0 comments on commit 8c676a5

Please sign in to comment.