Skip to content

Commit d1f8583

Browse files
committed
wip
1 parent fb28d39 commit d1f8583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/feature.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/setup-node@v3
1313
with:
1414
node-version: "18"
15-
- run: npm ci
15+
- run: npm ci --legacy-peer-deps
1616
- run: npm run lint
1717
- run: npm run test
1818
- run: npm run build

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/setup-node@v3
1313
with:
1414
node-version: "18"
15-
- run: npm ci
15+
- run: npm ci --legacy-peer-deps
1616
- run: npm run lint
1717
- run: npm run test
1818
- run: npm run build

0 commit comments

Comments
 (0)