Skip to content

Commit d318eeb

Browse files
committed
fixed .mjs --> .js
1 parent 7efcc94 commit d318eeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: yarn install
2222

2323
- name: set development version
24-
run: node .github/version-bump.mjs "$(git rev-parse --short HEAD)"
24+
run: node .github/version-bump.js "$(git rev-parse --short HEAD)"
2525

2626
- name: build
2727
run: yarn build

0 commit comments

Comments
 (0)