Skip to content

Build(deps): bump basic-ftp from 5.2.0 to 5.3.0 in /services/pdfx #11312

Build(deps): bump basic-ftp from 5.2.0 to 5.3.0 in /services/pdfx

Build(deps): bump basic-ftp from 5.2.0 to 5.3.0 in /services/pdfx #11312

Workflow file for this run

name: "Compile"
on:
pull_request:
push:
branches:
- "*"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run:
name: Run
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 24.x
cache: 'npm'
- name: NPM install
run: npm install
- name: Compile
run: npx nx run-many -t compile