Skip to content

Commit f9cec98

Browse files
authored
Added npm install step to download-missing-packages workflow (#216)
1 parent a284c93 commit f9cec98

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/download-missing-packages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424

2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
27+
with:
28+
cache: 'npm'
29+
30+
- name: Install Node.js dependencies
31+
run: npm install
2732

2833
- name: Configure Git
2934
run: |

0 commit comments

Comments
 (0)