Skip to content

Bump @connectrpc/connect-node from 1.4.0 to 1.6.1 #30

Bump @connectrpc/connect-node from 1.4.0 to 1.6.1

Bump @connectrpc/connect-node from 1.4.0 to 1.6.1 #30

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 run build
- run: npm test