Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
empty-233 committed Dec 11, 2023
1 parent d4e7048 commit 9332e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: pnpm install

- name: npm install ts-node
run: npm install -g ts-node
run: npm install -g ts-node@10.9.1

- name: Run main.ts with ts-node-esm
run: ts-node-esm main.ts
Expand Down

0 comments on commit 9332e57

Please sign in to comment.