Skip to content

chore: update all dependencies #606

chore: update all dependencies

chore: update all dependencies #606

Workflow file for this run

name: pull_request_verify
on:
pull_request:
branches:
- master
jobs:
build_and_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 test