Skip to content

Revert "Align if-match * and if-none-match * with RFC9110" #1968

Revert "Align if-match * and if-none-match * with RFC9110"

Revert "Align if-match * and if-none-match * with RFC9110" #1968

Workflow file for this run

name: Node CI
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Setup pandoc
uses: nikeee/setup-pandoc@v1
with:
pandoc-version: 3.1.13
- name: Build docs
run: |
export PUPPETEER_SKIP_DOWNLOAD='true'
npm ci
npm run build
git diff --exit-code docs