Skip to content

Commit

Permalink
chore(ci): create cache directory for npm if it does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
MoinJulian committed Nov 21, 2024
1 parent b5a9275 commit aa36956
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Create cache directory if not exists
run: mkdir -p ~/.npm

- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit aa36956

Please sign in to comment.