Skip to content

Bump typescript from 5.0.4 to 5.1.6 #81

Bump typescript from 5.0.4 to 5.1.6

Bump typescript from 5.0.4 to 5.1.6 #81

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: 16.x
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn build
env:
CI: true