We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb28d39 commit d1f8583Copy full SHA for d1f8583
.github/workflows/feature.yaml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/setup-node@v3
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 test
18
- run: npm run build
.github/workflows/main.yaml
0 commit comments