Skip to content

Bump fsevents from 1.2.9 to 1.2.13 #150

Bump fsevents from 1.2.9 to 1.2.13

Bump fsevents from 1.2.9 to 1.2.13 #150

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: yarn install
- run: yarn test