Skip to content

chore(deps): update dependency @types/react to v18.3.12 #517

chore(deps): update dependency @types/react to v18.3.12

chore(deps): update dependency @types/react to v18.3.12 #517

Workflow file for this run

# Simple workflow for deploying static content to GitHub Pages
name: Build PR
on:
# Runs on pushes targeting the default branch
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
# Single deploy job since we're just deploying
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install NPM
uses: actions/setup-node@v4
with:
node-version: 19
cache: npm
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm install --frozen-lockfile
- name: NPM Build
run: npm run build