File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070
7171 - name : Build iOS
7272 if : steps.check.outputs.skip != 'true'
73+ env :
74+ NODE_OPTIONS : --no-experimental-strip-types
7375 run : |
7476 PROFILE="${{ inputs.profile || 'preview' }}"
7577 if [[ "$GITHUB_REF" == refs/tags/v* ]]; then
@@ -120,6 +122,8 @@ jobs:
120122
121123 - name : Build Android
122124 if : steps.check.outputs.skip != 'true'
125+ env :
126+ NODE_OPTIONS : --no-experimental-strip-types
123127 run : |
124128 PROFILE="${{ inputs.profile || 'preview' }}"
125129 if [[ "$GITHUB_REF" == refs/tags/v* ]]; then
@@ -169,6 +173,8 @@ jobs:
169173
170174 - name : Push OTA Update
171175 if : steps.check.outputs.skip != 'true'
176+ env :
177+ NODE_OPTIONS : --no-experimental-strip-types
172178 run : |
173179 VERSION=$(node -p "require('../package.json').version")
174180 eas update --branch preview --message "v${VERSION}" --non-interactive
You can’t perform that action at this time.
0 commit comments