Skip to content

Commit 66781e8

Browse files
committed
Rename writeGitVersion.mjs to writeGitVersion.mts
1 parent 5b0138b commit 66781e8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build-and-test-types.yml

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

2626
# Read existing version, reuse that, add a Git short hash
2727
- name: Set build version to Git commit
28-
run: node scripts/writeGitVersion.mjs $(git rev-parse --short HEAD)
28+
run: yarn tsx scripts/writeGitVersion.mts $(git rev-parse --short HEAD)
2929

3030
- name: Check updated version
3131
run: jq .version package.json
File renamed without changes.

0 commit comments

Comments
 (0)