Skip to content

build(deps): bump react from 18.2.0 to 18.3.1 #129

build(deps): bump react from 18.2.0 to 18.3.1

build(deps): bump react from 18.2.0 to 18.3.1 #129

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Build package
run: npm run build