Skip to content

chore(deps): update dependency typescript to v6 #607

chore(deps): update dependency typescript to v6

chore(deps): update dependency typescript to v6 #607

Workflow file for this run

name: CI
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
cache: yarn
node-version-file: ".nvmrc"
- run: yarn install
- run: yarn build
- run: yarn test