Skip to content

Update dependency typescript to v5 #231

Update dependency typescript to v5

Update dependency typescript to v5 #231

Workflow file for this run

name: Lint package [on PR]
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn
- run: yarn lint
- run: yarn build