Skip to content

Bump basic-ftp from 5.0.5 to 5.2.2 in the npm_and_yarn group across 1 directory #554

Bump basic-ftp from 5.0.5 to 5.2.2 in the npm_and_yarn group across 1 directory

Bump basic-ftp from 5.0.5 to 5.2.2 in the npm_and_yarn group across 1 directory #554

Workflow file for this run

name: Node CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 22
- name: npm install
run: npm install
- name: Install Playwright browsers
run: npx playwright install --with-deps chromium
- name: Run tests
run: npm test
env:
CI: true