Skip to content

Bump form-data from 4.0.0 to 4.0.4 in /files/deployable #346

Bump form-data from 4.0.0 to 4.0.4 in /files/deployable

Bump form-data from 4.0.0 to 4.0.4 in /files/deployable #346

Workflow file for this run

name: Lambda Package Validation
on: [push, pull_request]
jobs:
test:
name: Package Validation
strategy:
matrix:
os: [ubuntu-24.04, windows-2025, macos-15]
version: [20]
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}
- name: Ensure Build
working-directory: files/deployable
run: npm ci