Skip to content

feat: persist all output, add --output flag #1

feat: persist all output, add --output flag

feat: persist all output, add --output flag #1

Workflow file for this run

# https://github.com/orgs/community/discussions/26276#discussioncomment-3251141
name: CI Test
on:
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [18, 20, 21]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npx tsimp --start
- run: npm test