We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8dc7f commit 689e6a5Copy full SHA for 689e6a5
1 file changed
.github/workflows/build_site.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Install and Build Frontend 🏗️
32
run: |
33
- npm install
+ npm install --ignore-engines
34
npm run build
35
36
- name: Commit and Push to Deploy Branch 🚀
0 commit comments