Skip to content

Bump fsevents from 1.2.9 to 1.2.13 #64

Bump fsevents from 1.2.9 to 1.2.13

Bump fsevents from 1.2.9 to 1.2.13 #64

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [13.x]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test