Skip to content

Bump @types/react from 18.2.38 to 18.2.73 #444

Bump @types/react from 18.2.38 to 18.2.73

Bump @types/react from 18.2.38 to 18.2.73 #444

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install Test
uses: borales/actions-yarn@v4
with:
cmd: install
- name: Build Test
uses: borales/actions-yarn@v4
with:
cmd: build
- name: Lint Test
uses: borales/actions-yarn@v4
with:
cmd: lint
- name: dvbjs Test
uses: borales/actions-yarn@v4
with:
cmd: test:node
- name: coveralls Test
uses: borales/actions-yarn@v4
with:
cmd: coveralls