Skip to content

Build(deps): Bump protobufjs from 6.11.2 to 7.2.5 #5

Build(deps): Bump protobufjs from 6.11.2 to 7.2.5

Build(deps): Bump protobufjs from 6.11.2 to 7.2.5 #5

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- run: yarn install --immutable
- run: yarn run lint