Skip to content

Commit 9d1a263

Browse files
authored
Update pr-preview.yml
1 parent ca086d4 commit 9d1a263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
path: '**/node_modules'
3535
key: ${{ runner.os }}-npm-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('package-lock.json') }}
36-
- run: npm install --frozen-lockfile
36+
- run: npm install --frozen-lockfile --legacy-peer-deps
3737
if: steps.yarn-cache.outputs.cache-hit != 'true'
3838
- run: npm run build
3939
name: Build data view

0 commit comments

Comments
 (0)