Skip to content

build(deps-dev): bump node-mocks-http from 1.13.0 to 1.14.1 #87

build(deps-dev): bump node-mocks-http from 1.13.0 to 1.14.1

build(deps-dev): bump node-mocks-http from 1.13.0 to 1.14.1 #87

Workflow file for this run

name: Lint CI
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
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 Depedencies
run: npm ci
- name: Run Lint
run: npm run lint