We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecfe19a commit 5281039Copy full SHA for 5281039
.github/workflows/node.js.yml
@@ -25,5 +25,5 @@ jobs:
25
with:
26
node-version: ${{ matrix.node-version }}
27
# - run: npm ci
28
- - run: npm install && npm run build --if-present
+ - run: npm install --legacy-peer-deps && npm run build --if-present
29
# - run: npm test
0 commit comments