Skip to content

Bump sequelize from 6.21.3 to 6.37.8 #121

Bump sequelize from 6.21.3 to 6.37.8

Bump sequelize from 6.21.3 to 6.37.8 #121

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run ESLint
run: npm run lint