Skip to content

Build: Bump basic-ftp from 5.0.5 to 5.2.0 (#10093) #34

Build: Bump basic-ftp from 5.0.5 to 5.2.0 (#10093)

Build: Bump basic-ftp from 5.0.5 to 5.2.0 (#10093) #34

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install puppeteer libraries
run: |
sudo apt-get update
sudo apt-get install -y libgbm1
- name: Install Grunt
run: npm i -g grunt-cli --force
- name: Install npm dependencies
run: npm ci
- run: npm test
- run: grunt deploy-build