Skip to content

feat(cli): change node support to only 18-20 #4590

feat(cli): change node support to only 18-20

feat(cli): change node support to only 18-20 #4590

name: 'package-lock.json root validator'
on:
push:
branches: [master]
paths-ignore:
- '**/package-lock.json'
- '!package-lock.json'
pull_request:
branches: [master]
paths-ignore:
- '**/package-lock.json'
- '!package-lock.json'
jobs:
lockfile-outside-of-root:
runs-on: ubuntu-20.04
steps:
- run: exit 0