Skip to content

chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /docs #247

chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /docs

chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /docs #247

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: build
run: |
npm ci
npm run lint
env:
CI: true