Skip to content

Bump eslint-plugin-promise from 6.2.0 to 7.2.1 #182

Bump eslint-plugin-promise from 6.2.0 to 7.2.1

Bump eslint-plugin-promise from 6.2.0 to 7.2.1 #182

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 17
- run: npm ci
- name: Run eslint
run: npm run lint