Skip to content

Commit 2e0295c

Browse files
Add --legacy-peer-deps flag to example npm install to fix CI
Co-Authored-By: Ian Macartney <ian@convex.dev>
1 parent fc85dc2 commit 2e0295c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
cache: "npm"
2020
- run: npm i
2121
- run: npm ci
22-
- run: cd example && npm i && cd ..
22+
- run: cd example && npm i --legacy-peer-deps && cd ..
2323
- run: npm test

0 commit comments

Comments
 (0)