Skip to content

Bump eslint from 8.46.0 to 8.47.0 (#379) #824

Bump eslint from 8.46.0 to 8.47.0 (#379)

Bump eslint from 8.46.0 to 8.47.0 (#379) #824

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npm run ci
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}