Skip to content

chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /.api/apis/bamboohr #352

chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /.api/apis/bamboohr

chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /.api/apis/bamboohr #352

Workflow file for this run

name: Execute tests on each PR
on:
pull_request:
branches: [main]
jobs:
test:
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: npm ci
- run: npm run lint
- run: npm test