Skip to content

Bump fsevents from 1.2.4 to 1.2.13 #214

Bump fsevents from 1.2.4 to 1.2.13

Bump fsevents from 1.2.4 to 1.2.13 #214

Workflow file for this run

name: Frontend
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [6.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: npm install
- run: npm install -g [email protected]
- run: |
gulp lint