Skip to content

Bump body-parser from 1.20.2 to 1.20.3 (#7230) #20674

Bump body-parser from 1.20.2 to 1.20.3 (#7230)

Bump body-parser from 1.20.2 to 1.20.3 (#7230) #20674

Workflow file for this run

name: eslint
on:
push:
branches:
- development
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Cache node modules
uses: actions/cache@v2
with:
path: ./node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
- name: install dependencies
run: yarn install
- run: yarn eslint