Skip to content

Bump eslint from 8.52.0 to 8.57.0 #111

Bump eslint from 8.52.0 to 8.57.0

Bump eslint from 8.52.0 to 8.57.0 #111

Workflow file for this run

name: CI
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: |
yarn
yarn prepack
- name: Add & Commit
uses: stefanzweifel/git-auto-commit-action@v4
- run: yarn test