Skip to content

build(deps): bump express and @nestjs/platform-express #2

build(deps): bump express and @nestjs/platform-express

build(deps): bump express and @nestjs/platform-express #2

Workflow file for this run

name: "NodeJS Linter"
on:
pull_request:
branches: ['*']
jobs:
linter:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.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, build, and test
run: |
npm ci
npm run lint
env:
CI: true