Skip to content

update to ts-morph 25 #56

update to ts-morph 25

update to ts-morph 25 #56

name: build-stage-one
on:
push:
paths:
- '*'
- '.github/workflows/**'
- 'stage_0_references/**'
- 'stage_1_snapshot/**'
- 'utilities/**'
jobs:
build-stage-one:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm run build-stage-one
timeout-minutes: 5
- run: npm run is-repo-clean