Skip to content

Merge pull request #60 from romankaravia/fix-module-exports-paths #97

Merge pull request #60 from romankaravia/fix-module-exports-paths

Merge pull request #60 from romankaravia/fix-module-exports-paths #97

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix: { node: [18, 20, 22] }
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run typecheck
- run: npm test
- run: npm run build