Skip to content

Commit

Permalink
add npm config
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame committed Dec 21, 2023
1 parent 42c6e58 commit a23c4a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
node-version: 18.x
cache: 'npm'

- run: npm ci --verbose
- run: |
npm config get cache
npm ci --verbose

0 comments on commit a23c4a1

Please sign in to comment.