Skip to content

Bump typescript from 4.7.4 to 5.1.6 #73

Bump typescript from 4.7.4 to 5.1.6

Bump typescript from 4.7.4 to 5.1.6 #73

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
NODE_VERSION: 16.x
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- uses: actions/checkout@v3
- run: |
npm install
npm run typecheck