We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb81254 commit 52c0d1fCopy full SHA for 52c0d1f
.github/workflows/build.yml
@@ -33,6 +33,7 @@ jobs:
33
34
- name: Install Yarn
35
run: npm install -g yarn
36
+ run: yarn config set ignore-engines true
37
38
- name: Cache node_modules
39
uses: actions/cache@v3
0 commit comments