Skip to content

Bump protobufjs from 6.11.3 to 6.11.4 in the npm_and_yarn group across 1 directory #4

Bump protobufjs from 6.11.3 to 6.11.4 in the npm_and_yarn group across 1 directory

Bump protobufjs from 6.11.3 to 6.11.4 in the npm_and_yarn group across 1 directory #4

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Build
on:
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: CI=false npm run build
# - run: npm test