Skip to content

chore(deps): Bump bytes from 1.6.0 to 1.11.1 #77

chore(deps): Bump bytes from 1.6.0 to 1.11.1

chore(deps): Bump bytes from 1.6.0 to 1.11.1 #77

Workflow file for this run

name: CI
on:
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: 'npm'
- run: npm ci
- run: npm run build
- name: Build
run: cargo build
- name: Run tests
run: cargo test