Skip to content

chore(deps): bump basic-ftp from 5.0.5 to 5.2.0 #1345

chore(deps): bump basic-ftp from 5.0.5 to 5.2.0

chore(deps): bump basic-ftp from 5.0.5 to 5.2.0 #1345

Workflow file for this run

name: CI
on:
- push
- pull_request
permissions:
contents: read
env:
YARN_IGNORE_NODE: 1
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
cache: 'yarn'
- run: yarn install --immutable
- run: yarn lint
test:
strategy:
fail-fast: false
matrix:
node:
- '22'
- '20'
name: Node.js ${{ matrix.node }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- run: yarn install --immutable
- run: yarn test --coverage
- uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
disable_search: true
files: coverage/lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
preview:
if: github.repository == 'prettier/angular-estree-parser'
name: Preview release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
cache: 'yarn'
- run: yarn install --immutable
- run: yarn build
- run: npx pkg-pr-new publish --compact