Skip to content

Bump the npm_and_yarn group across 1 directory with 2 updates #347

Bump the npm_and_yarn group across 1 directory with 2 updates

Bump the npm_and_yarn group across 1 directory with 2 updates #347

Workflow file for this run

---
name: inspector
on:
push:
jobs:
test:
name: test
runs-on: ubuntu-latest
defaults:
run:
working-directory: inspector
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm install
- run: npm test