Skip to content

Bump body-parser from 1.20.2 to 1.20.3 in /server #14

Bump body-parser from 1.20.2 to 1.20.3 in /server

Bump body-parser from 1.20.2 to 1.20.3 in /server #14

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: (cd client && yarn)
- run: (cd server && yarn)
- run: yarn lint