We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29abdce + 75c1e83 commit b16ae16Copy full SHA for b16ae16
.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