Skip to content

Bump chokidar from 4.0.1 to 4.0.3 #524

Bump chokidar from 4.0.1 to 4.0.3

Bump chokidar from 4.0.1 to 4.0.3 #524

Workflow file for this run

name: CI
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Enable corepack
run: corepack enable
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: latest
cache: yarn
- name: Install dependencies
run: yarn install --immutable
- name: Lint
run: yarn lint
- name: Build
run: yarn build