Skip to content

Update @nestjs/platform-fastify 9.4.3 → 10.3.8 (major) #3007

Update @nestjs/platform-fastify 9.4.3 → 10.3.8 (major)

Update @nestjs/platform-fastify 9.4.3 → 10.3.8 (major) #3007

Workflow file for this run

name: ESLint
on:
push:
branches: [dev]
pull_request:
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Install node v16
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install modules
run: yarn install
- name: Run ESLint
run: yarn run lint:check