Skip to content

Bump @babel/parser from 7.21.4 to 7.26.1 #2731

Bump @babel/parser from 7.21.4 to 7.26.1

Bump @babel/parser from 7.21.4 to 7.26.1 #2731

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- develop
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "yarn"
- run: yarn install
- uses: crowdbotics/[email protected]
with:
eslint-args: "--config .eslintrc.json --ignore-path=.gitignore --quiet"
extensions: "js,jsx,ts,tsx"
annotations: true