Skip to content

Commit b16ae16

Browse files
authored
Merge pull request #44 from Debugging-Disciples/JustinhSE-patch-2
Update npm ci command to include legacy-peer-deps
2 parents 29abdce + 75c1e83 commit b16ae16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typescript-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- uses: actions/setup-node@v4
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 build

0 commit comments

Comments
 (0)