Skip to content

fix: uploadButton data-max-filesize attribute is not passed to file-u… #385

fix: uploadButton data-max-filesize attribute is not passed to file-u…

fix: uploadButton data-max-filesize attribute is not passed to file-u… #385

Workflow file for this run

name: gulp
on: [push]
jobs:
gulp:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [16.20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: python -m pip install -r tests/requirements/frontend.txt
- run: npm install
- run: npm install -g [email protected]
- run: gulp ci