Skip to content

chore(deps-dev): bump @protobufjs/utf8 from 1.1.0 to 1.1.1 #997

chore(deps-dev): bump @protobufjs/utf8 from 1.1.0 to 1.1.1

chore(deps-dev): bump @protobufjs/utf8 from 1.1.0 to 1.1.1 #997

Workflow file for this run

name: tests
on:
push:
jobs:
build:
timeout-minutes: 5
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*]
steps:
- name: Git checkout
uses: actions/checkout@v6.0.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: Test
run: ./scripts/test-api.sh