Skip to content

Commit

Permalink
Rename writeGitVersion.mjs to writeGitVersion.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Nov 6, 2024
1 parent f1d482e commit 5a1c1f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

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

- name: Check updated version
run: jq .version package.json
Expand Down
File renamed without changes.

0 comments on commit 5a1c1f9

Please sign in to comment.