Skip to content

build(deps): bump @babel/traverse from 7.22.8 to 7.23.2 #2114

build(deps): bump @babel/traverse from 7.22.8 to 7.23.2

build(deps): bump @babel/traverse from 7.22.8 to 7.23.2 #2114

Workflow file for this run

name: Lint
on:
push:
branches: [master, feature/*, release/*]
pull_request:
branches: [master]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Run lint
run: yarn lint --quiet
- name: Run @manypkg/cli
run: yarn pkg:check