Skip to content

build(deps): bump @types/react-dom from 18.2.11 to 18.2.14 #46

build(deps): bump @types/react-dom from 18.2.11 to 18.2.14

build(deps): bump @types/react-dom from 18.2.11 to 18.2.14 #46

name: Lint and Build
on:
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: install dependencies
run: npm ci
- name: run lint
run: npm run lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: install dependencies
run: npm ci
- name: run build
run: npm run build