Skip to content

fix(#14): upgrade all CouchDb nodes #117

fix(#14): upgrade all CouchDb nodes

fix(#14): upgrade all CouchDb nodes #117

Workflow file for this run

name: Run ESLint
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 17.x
uses: actions/setup-node@v2
with:
node-version: 17.x
cache: 'npm'
- run: npm ci
- run: npm run eslint