Skip to content

chore(deps-dev): bump form-data from 4.0.0 to 4.0.4 #64

chore(deps-dev): bump form-data from 4.0.0 to 4.0.4

chore(deps-dev): bump form-data from 4.0.0 to 4.0.4 #64

Workflow file for this run

name: Node.js Testing
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm test