Skip to content

Commit eecf520

Browse files
committed
ci: allow npm ci with TypeScript 6 RC
1 parent 3c4827d commit eecf520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
npm config set registry https://repox.jfrog.io/artifactory/api/npm/npm/
126126
- if: steps.cache.outputs.cache-hit != 'true'
127127
name: Install NPM dependencies
128-
run: npm ci
128+
run: npm ci --legacy-peer-deps
129129

130130
populate_npm_cache_win:
131131
runs-on: github-windows-latest-s

0 commit comments

Comments
 (0)