UNPKG

@mccann-hub/create-typescript-template

Version:

CLI tool to initialize a TypeScript project with dual CommonJS and ESM support, path aliases, unit testing, and linting for NPM publishing.

24 lines (18 loc) 427 B
name: Use Shared Action to Test on: push: branches-ignore: - main - master jobs: run_tests: runs-on: ubuntu-latest strategy: matrix: node_version: [18.x, 20.x, 22.x] steps: - name: Checkout code uses: actions/checkout@v2 - uses: jabez007/create-node-template/.github/shared/node/test@master with: node_version: ${{ matrix.node_version }}