Skip to content

chore!: bump min-supported node to ^18.19.0 || >=20.6.0 #9231

chore!: bump min-supported node to ^18.19.0 || >=20.6.0

chore!: bump min-supported node to ^18.19.0 || >=20.6.0 #9231

Workflow file for this run

name: Ensure API Peer Dependency
on:
push:
branches:
- main
pull_request:
merge_group:
jobs:
peer-api-check:
runs-on: ubuntu-latest
container:
image: node:22
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install lerna
run: npm install -g [email protected]
- name: Install semver
run: npm install -g semver
- name: Check API dependency semantics
working-directory: packages
run: lerna run peer-api-check