Skip to content

Bump @types/react from 18.3.8 to 18.3.9 #121

Bump @types/react from 18.3.8 to 18.3.9

Bump @types/react from 18.3.8 to 18.3.9 #121

Workflow file for this run

name: Build
on:
push:
branches: ['main']
pull_request:
branches: ['main']
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.repository.name }}
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build --if-present