Skip to content

fix(deps): update dependency marked to v5.1.2 #1065

fix(deps): update dependency marked to v5.1.2

fix(deps): update dependency marked to v5.1.2 #1065

Workflow file for this run

name: CI
on: pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.15.0"
- run: yarn install
# Verify it compiles
- run: yarn build
# Doesn't pass ATM
# - run: yarn tsc --noEmit