We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf2ac7 commit fa5774fCopy full SHA for fa5774f
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
35
# Runs a single command using the runners shell
36
- name: Install Npm dependencies
37
- run: npm install
+ run: npm install --save --legacy-peer-deps
38
39
# Runs a set of commands using the runners shell
40
- name: Npm build
0 commit comments