Skip to content

Commit 6f2696e

Browse files
Update npm install command to use legacy-peer-deps
1 parent 63b7a58 commit 6f2696e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-Dataspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v4
3030

3131
- name: Install dependencies
32-
run: npm install
32+
run: npm install --legacy-peer-deps
3333

3434
- name: Generate
3535
run: npm run generate

0 commit comments

Comments
 (0)