Skip to content

Commit 5281039

Browse files
committed
fix installation command
1 parent ecfe19a commit 5281039

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
@@ -25,5 +25,5 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
# - run: npm ci
28-
- run: npm install && npm run build --if-present
28+
- run: npm install --legacy-peer-deps && npm run build --if-present
2929
# - run: npm test

0 commit comments

Comments
 (0)