Skip to content

Commit 2822b35

Browse files
committed
Use .mjs to use ES modules
1 parent 13073a9 commit 2822b35

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/pull-code-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: npm install
2424

2525
- name: Run pull-code-samples script
26-
run: node scripts/pull-code-samples.js
26+
run: node scripts/pull-code-samples.mjs
2727

2828
- name: Commit changes
2929
run: |

0 commit comments

Comments
 (0)