We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a784b commit 07a1e01Copy full SHA for 07a1e01
.github/workflows/publish-to-npm.yml
@@ -23,7 +23,7 @@ jobs:
23
name: Install dependencies
24
25
# Install Rollup Linux dependencies
26
- - run: npm install @rollup/rollup-linux-x64-gnu
+ - run: npm install @rollup/rollup-linux-x64-gnu --legacy-peer-deps
27
name: Install Rollup Linux dependencies
28
29
# Build the project
0 commit comments