Skip to content

chore(deps-dev): bump set-cookie-parser from 2.6.0 to 2.7.0 #1517

chore(deps-dev): bump set-cookie-parser from 2.6.0 to 2.7.0

chore(deps-dev): bump set-cookie-parser from 2.6.0 to 2.7.0 #1517

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- master
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v3
with:
node-version: 14
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint