Skip to content

chore: bump eslint from 8.47.0 to 8.48.0 #790

chore: bump eslint from 8.47.0 to 8.48.0

chore: bump eslint from 8.47.0 to 8.48.0 #790

Workflow file for this run

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