Skip to content

Bump fsevents from 1.2.9 to 1.2.13 #206

Bump fsevents from 1.2.9 to 1.2.13

Bump fsevents from 1.2.9 to 1.2.13 #206

name: Yarn CI Cycle
on: [ push, pull_request ]
jobs:
build:
name: Build JGiven-HTML-App
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install
run: yarn install
- name: Build
run: yarn build
- name: Test
run: yarn test