diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 0ebb08eb..9edce2ac 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -126,7 +126,7 @@ jobs: - name: Install Dependencies run: npm install - name: Update README.md - run: node scripts/update-readme.js + run: npx ts-node scripts/update-readme.ts - name: Commit Changes uses: stefanzweifel/git-auto-commit-action@v4 with: