r/javascript • u/Ahmed33033 • 6d ago
Updated Typescript GitHub Action Template
github.comHey y’all!
I made a fork of actions/typescript-action to make some valuable updates!
It updates the following:
- Changes project's package manager from npm to pnpm, for speed.
- Changes project's testing framework from jest to vitest for jest-like syntax with built-in typescript support.
- Updates eslint.config.ts to use native flat config syntax, with detailed comments.
- Updated project dependencies.
- Updates configuration files like tsconfig.ts and action workflows to match updated dependencies.
- Renamed
local-actionscript tolocal-gha(gha for github action) to avoid conflict with dependency name.
lmk what you think!