use node22's ability to run ts files directly, rather than using tsx. #576
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🧪 Test (PR) | |
on: | |
pull_request: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
test: | |
if: github.repository == 'mcansh/remix-fastify' | |
uses: ./.github/workflows/test.yml | |
with: | |
os: '["ubuntu-latest", "macos-latest", "windows-latest"]' | |
node: '["latest"]' |