Skip to content

Commit 53a2600

Browse files
committed
fix: Path to ts-node
1 parent b52fc9a commit 53a2600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
40-
- run: ts-node ./scripts/generateVersion.ts
40+
- run: ./node_modules/.bin/ts-node ./scripts/generateVersion.ts
4141
if: steps.semantic.outputs.new-release-published == 'true'
4242
name: Generate version file
4343
- run: yarn build

0 commit comments

Comments
 (0)