Skip to content

build(deps-dev): bump typescript from 4.6.4 to 5.7.3 #2

build(deps-dev): bump typescript from 4.6.4 to 5.7.3

build(deps-dev): bump typescript from 4.6.4 to 5.7.3 #2

Workflow file for this run

name: React Internet Notifier CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
suite:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install packages
run: yarn install --frozen-lockfile --non-interactive
- name: Run EsLint
run: yarn run lint
- name: Run UnitTest
run: yarn run test
- name: Run Build
run: yarn run build