Add Legacy peer deps

This commit is contained in:
2024-10-20 12:28:47 +02:00
parent fc7ec47a12
commit 1b61cbce19

View File

@@ -20,12 +20,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm ci --legacy-peer-deps
- name: Build project
run: npm run build