Skip to content

Commit 6c5008e

Browse files
Change build script extension from .mjs to .js
1 parent db01022 commit 6c5008e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-ember-source.yml

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

132132
- name: Build ember-source for publishing
133133
working-directory: /tmp/ember.js
134-
run: node ./bin/build-for-publishing.mjs
134+
run: node ./bin/build-for-publishing.js
135135

136136
- name: Find tarball
137137
id: tarball

0 commit comments

Comments
 (0)