We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0d325 commit ffde2d7Copy full SHA for ffde2d7
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/[email protected]
13
with:
14
node-version: '20'
15
- - name: npm install
+ - name: npm install --legacy-peer-deps
16
run: |
17
npm install
18
- name: build
0 commit comments