Skip to content

Bump react-dropzone from 11.5.1 to 14.3.1 #4195

Bump react-dropzone from 11.5.1 to 14.3.1

Bump react-dropzone from 11.5.1 to 14.3.1 #4195

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
- uses: borales/[email protected]
with:
cmd: install
- uses: borales/[email protected]
with:
cmd: lint
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
- uses: borales/[email protected]
with:
cmd: install
- uses: borales/[email protected]
env:
CI: true
with:
cmd: test
- uses: borales/[email protected]
env:
CI: true
with:
cmd: build