Skip to content

Bump form-data from 4.0.1 to 4.0.4 in the npm_and_yarn group across 1 directory #9

Bump form-data from 4.0.1 to 4.0.4 in the npm_and_yarn group across 1 directory

Bump form-data from 4.0.1 to 4.0.4 in the npm_and_yarn group across 1 directory #9

Workflow file for this run

name: Run Tests on Pull Requests and Main Branch
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "16"
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: dubrox/Multiple-Dates-Picker-for-jQuery-UI