Skip to content

Bump protobufjs from 6.11.3 to 7.2.4 #4626

Bump protobufjs from 6.11.3 to 7.2.4

Bump protobufjs from 6.11.3 to 7.2.4 #4626

Workflow file for this run

name: Lint
on:
pull_request:
push:
jobs:
lint:
name: Lint code base
runs-on: ubuntu-20.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install --global yarn
- run: yarn install --immutable
- run: yarn ci-lint