Skip to content

Commit 6302f29

Browse files
Added --input-type=module for version-update.js
1 parent a161280 commit 6302f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eas-build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Update Version (Production)
3131
if: github.ref == 'refs/heads/main'
32-
run: node scripts/version-update.js
32+
run: node --input-type=module scripts/version-update.js
3333

3434
- name: Set CI/CD Versions
3535
run: |

0 commit comments

Comments
 (0)