We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29abdce commit 75c1e83Copy full SHA for 75c1e83
1 file changed
.github/workflows/typescript-build.yml
@@ -12,6 +12,6 @@ jobs:
12
- uses: actions/setup-node@v4
13
with:
14
node-version: '18'
15
- - run: npm ci
+ - run: npm ci --legacy-peer-deps
16
- run: npm run lint
17
- run: npm run build
0 commit comments