Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Update dependency ts-proto to v1.167.2 #676

Update dependency ts-proto to v1.167.2

Update dependency ts-proto to v1.167.2 #676

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
cache: "yarn"
- run: yarn --frozen-lockfile
- run: yarn test