Skip to content

chore(deps-dev): bump eslint-plugin-n from 16.0.1 to 16.0.2 (#153) #271

chore(deps-dev): bump eslint-plugin-n from 16.0.1 to 16.0.2 (#153)

chore(deps-dev): bump eslint-plugin-n from 16.0.1 to 16.0.2 (#153) #271

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 16.x
- 18.x
- 20.x
redis-version: [6]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Lint
run: npm run lint
- name: Start Redis
uses: supercharge/redis-github-action@1.6.0
with:
redis-version: ${{ matrix.redis-version }}
- name: Test
run: npm test