Skip to content

Update dependency @types/react to v18.3.17 #645

Update dependency @types/react to v18.3.17

Update dependency @types/react to v18.3.17 #645

Workflow file for this run

name: Build
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Use Node.js lts/*
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'npm'
- run: npm ci
- run: npm run build