Skip to content

Commit 4d2d285

Browse files
committed
fix(sync-fastdl): always install npm dependencies
1 parent 85257f3 commit 4d2d285

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/sync-fastdl.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,12 @@ jobs:
4343
fastdl-
4444
4545
- name: Use Node.js from .nvmrc
46-
if: steps.cache-maps.outputs.cache-hit != 'true'
4746
uses: actions/setup-node@v4
4847
with:
4948
node-version-file: .nvmrc
5049
cache: 'npm'
5150

5251
- name: Install dependencies
53-
if: steps.cache-maps.outputs.cache-hit != 'true'
5452
run: npm ci
5553

5654
- name: Download maps

0 commit comments

Comments
 (0)