Skip to content

Bump @bufbuild/protoc-gen-es from 1.10.0 to 2.0.0 #10

Bump @bufbuild/protoc-gen-es from 1.10.0 to 2.0.0

Bump @bufbuild/protoc-gen-es from 1.10.0 to 2.0.0 #10

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm test