Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

build: update README for deprecation notice #4136

build: update README for deprecation notice

build: update README for deprecation notice #4136

on:
push:
branches:
- main
pull_request:
name: conformance
jobs:
conformance-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
- run: node --version
- run: npm install
- run: npm run conformance-test