Skip to content

Commit

Permalink
Add ts-node globally
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru authored Dec 20, 2024
1 parent aa83aad commit fe91d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
npm -v
node -v
npm i -g yarn typescript ava
npm i -g yarn typescript ava ts-node
yarn
npm run bootstrap
npm run build-api && npm run build-cli
Expand Down

0 comments on commit fe91d1c

Please sign in to comment.