We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.mjs
.js
1 parent 7efcc94 commit d318eebCopy full SHA for d318eeb
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
run: yarn install
22
23
- name: set development version
24
- run: node .github/version-bump.mjs "$(git rev-parse --short HEAD)"
+ run: node .github/version-bump.js "$(git rev-parse --short HEAD)"
25
26
- name: build
27
run: yarn build
0 commit comments