Skip to content

Bump eventsource from 1.1.0 to 1.1.2 #112

Bump eventsource from 1.1.0 to 1.1.2

Bump eventsource from 1.1.0 to 1.1.2 #112

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt install yarn
- name: Install palava-web
run: yarn
- name: Lint palava-web
run: yarn lint
- name: Audit palava-web
run: yarn audit --groups dependencies