Skip to content

Bump fuse.js from 6.6.2 to 7.0.0 #788

Bump fuse.js from 6.6.2 to 7.0.0

Bump fuse.js from 6.6.2 to 7.0.0 #788

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set the correct Node version using nvm
shell: bash -l {0}
run: nvm install
- uses: bahmutov/npm-install@v1
- name: Run Lint
run: npm run lint