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 Jan 14, 2024
1 parent e962391 commit 8890f41
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 @@ -40,7 +40,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 8890f41

Please sign in to comment.