Skip to content

chore: bump @freaktechnik/eslint-config-babel from 9.2.1 to 10.0.6 #1606

chore: bump @freaktechnik/eslint-config-babel from 9.2.1 to 10.0.6

chore: bump @freaktechnik/eslint-config-babel from 9.2.1 to 10.0.6 #1606

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
cache: 'npm'
- run: npm ci --no-audit
- run: npm test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
cache: 'npm'
- run: npm ci --no-audit
- run: npm run build