Skip to content

chore(deps-dev): bump lint-staged from 13.2.3 to 14.0.1 #1250

chore(deps-dev): bump lint-staged from 13.2.3 to 14.0.1

chore(deps-dev): bump lint-staged from 13.2.3 to 14.0.1 #1250

Workflow file for this run

name: test-bob
on: [pull_request]
jobs:
test:
name: test-bob
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Prepack
run: npm run prepack
- name: Build bob
run: npm run build
- name: Install developer dependencies
run: npm i
- name: Run tests
run: npm run test