Skip to content

Bump fs-extra from 10.1.0 to 11.2.0 #2557

Bump fs-extra from 10.1.0 to 11.2.0

Bump fs-extra from 10.1.0 to 11.2.0 #2557

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