Skip to content

chore(deps): bump chokidar from 4.0.0 to 4.0.1 #168

chore(deps): bump chokidar from 4.0.0 to 4.0.1

chore(deps): bump chokidar from 4.0.0 to 4.0.1 #168

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v4
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm run test:ci