Skip to content

Bump micromatch from 4.0.7 to 4.0.8 in /client in the npm_and_yarn group #100

Bump micromatch from 4.0.7 to 4.0.8 in /client in the npm_and_yarn group

Bump micromatch from 4.0.7 to 4.0.8 in /client in the npm_and_yarn group #100

Workflow file for this run

name: CI for Node.js React Sample App
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 19
- name: Install server
run: yarn --cwd server install
- name: Install client
run: yarn --cwd client install
- name: Lint server source
run: yarn --cwd server lint
- name: Lint client source
run: yarn --cwd client lint