Skip to content

Bump ts-api-utils from 0.0.46 to 1.3.0 #335

Bump ts-api-utils from 0.0.46 to 1.3.0

Bump ts-api-utils from 0.0.46 to 1.3.0 #335

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 20.x
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn build
env:
CI: true