Skip to content

Bump eslint-plugin-promise from 5.2.0 to 7.1.0 #289

Bump eslint-plugin-promise from 5.2.0 to 7.1.0

Bump eslint-plugin-promise from 5.2.0 to 7.1.0 #289

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 15.x]
name: Node ${{ matrix.node-version }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test
env:
CI: true