Skip to content

Update eslint to version 8.48.0 #215

Update eslint to version 8.48.0

Update eslint to version 8.48.0 #215

Workflow file for this run

---
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
strategy:
matrix:
node-version:
- 16
name: test
'on': push