Skip to content

Bump @types/react-dom from 18.2.13 to 18.2.14 #728

Bump @types/react-dom from 18.2.13 to 18.2.14

Bump @types/react-dom from 18.2.13 to 18.2.14 #728

Workflow file for this run

name: NodeJS
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
yarn --frozen-lockfile
yarn build