Skip to content

Bump @types/react from 18.0.38 to 18.2.14 #108

Bump @types/react from 18.0.38 to 18.2.14

Bump @types/react from 18.0.38 to 18.2.14 #108

Workflow file for this run

name: Build & Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install deps and build package
run: yarn install
- name: Build
run: yarn build
- name: Test
run: yarn test