Skip to content

feat: bump dependencies #77

feat: bump dependencies

feat: bump dependencies #77

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn tsc
- run: yarn build
- run: yarn test