Skip to content

Commit

Permalink
fix auto check update
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Sep 4, 2023
1 parent 6fbe507 commit 2ee5605
Show file tree
Hide file tree
Showing 5 changed files with 308 additions and 130 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
version: 6.32.8
run_install: true
- name: Run checker script
run: pnpm ts-node-esm scripts/check-swc-update.ts
run: pnpm tsx scripts/check-swc-update.mts
- name: Commit update
uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@types/semver": "^7.5.0",
"eslint": "^8.46.0",
"prettier": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"tsx": "^3.12.8",
"typescript": "^5.2.2",
"undici": "^5.23.0"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 2ee5605

Please sign in to comment.