@ -16,6 +16,10 @@ jobs:
with:
node-version: '14'
- name: Install dependencies
run: npm install
run: npm install --no-audit --no-fund --no-optional
- name: Lint
run: npm run eslint
- name: Build
run: npm run build
- name: Test
run: npm test