Skip to content

Bump @types/react-dom from 18.3.0 to 18.3.1 in /client #12

Bump @types/react-dom from 18.3.0 to 18.3.1 in /client

Bump @types/react-dom from 18.3.0 to 18.3.1 in /client #12

Workflow file for this run

name: CI
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "20.5.1"
- name: Install dependencies
run: npm install
working-directory: client
- name: Build the project
run: npm run build
working-directory: client