Skip to content

Fix Node.js v16 error responses on HTTP1.1 #35

Fix Node.js v16 error responses on HTTP1.1

Fix Node.js v16 error responses on HTTP1.1 #35

name: "Fastify Conformance"
on:
push:
branches: [main, "v*"]
tags: ["v*"]
pull_request:
branches: [main, "v*"]
workflow_dispatch:
permissions:
contents: read
env:
# https://consoledonottrack.com/
DO_NOT_TRACK: 1
jobs:
node:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
node-version: [21.1.0, 20.9.0, 18.16.0, 16.20.0]
name: "Node.js ${{ matrix.node-version }}"
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- uses: actions/cache@v4
with:
path: .turbo
key: ${{ runner.os }}/fastify-conformance/${{ github.sha }}
restore-keys: ${{ runner.os }}/fastify-conformance
- run: npm ci
- run: npx turbo run conformance --filter '@connectrpc/connect-fastify' --output-logs new-only --log-order stream