Skip to content

Update dependency @nestjs/platform-fastify to v11.1.14 [SECURITY] #2670

Update dependency @nestjs/platform-fastify to v11.1.14 [SECURITY]

Update dependency @nestjs/platform-fastify to v11.1.14 [SECURITY] #2670

Workflow file for this run

name: Pipeline
on:
- pull_request
jobs:
eslint:
runs-on: self-hosted
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: '24.x'
registry-url: 'https://registry.npmjs.org'
- run: npx yarn install --frozen-lockfile
- run: npx yarn lint:check
test:
runs-on: self-hosted
needs:
- eslint
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: '24.x'
registry-url: 'https://registry.npmjs.org'
- run: npx yarn install --frozen-lockfile
- run: npx yarn test