Skip to content

Deps: Update dependency @types/react to v18.3.5. #274

Deps: Update dependency @types/react to v18.3.5.

Deps: Update dependency @types/react to v18.3.5. #274

Workflow file for this run

name: Build
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install
- run: npm run build